<?php // ***** NOTE: when editing text in this file, a single apostrophe ( ' ) can cause the site to break // ***** Use an escaped apostrophe ( \' ) inside text in ALL cases // ***** Good Example: define( 'EXAMPLE_TEXT', __( 'It\'s a nice day.' ), 'invoicing' ); // ***** Bad Example define( 'EXAMPLE_TEXT', __( 'It's a nice day.' ), 'invoicing' );