| @@ -20,9 +20,9 @@ | ||
| 20 | 20 | } |
| 21 | 21 | </style> |
| 22 | 22 | <?php wp_print_scripts(); ?> |
| 23 | 23 | <script type="text/javascript"> |
| 24 | - <?php echo $this->__getRulesJS(); ?> | |
| 24 | + <?php echo $this->getRulesJS(); ?> | |
| 25 | 25 | var tags = { 'client': '<?php echo TIMED_CONTENT_SHORTCODE_CLIENT; ?>', |
| 26 | 26 | 'server': '<?php echo TIMED_CONTENT_SHORTCODE_SERVER; ?>', |
| 27 | 27 | 'rule': '<?php echo TIMED_CONTENT_SHORTCODE_RULE; ?>' }; |
| 28 | 28 | var errorMessages = { 'clientNoShow': '<?php _e( 'When using the Show action, the Show time must be at least 1 second.', 'timed-content' ); ?>', |
| @@ -167,9 +167,9 @@ | ||
| 167 | 167 | <?php _ex( 'Timezone', 'TinyMCE Dialog - Timezone fieldset label', 'timed-content' ); ?> |
| 168 | 168 | </legend> |
| 169 | 169 | <p><?php _ex( 'Select a city whose timezone you wish to use:', 'TinyMCE Dialog - Timezone <select> HTML label', 'timed-content' ); ?> |
| 170 | 170 | <select name="server_tz" id="server_tz" style="width: auto;"> |
| 171 | - <?php echo customFieldsInterface::__generateTimezoneSelectOptions(get_option('timezone_string')); ?> | |
| 171 | + <?php echo customFieldsInterface::generateTimezoneSelectOptions(get_option('timezone_string')); ?> | |
| 172 | 172 | </select> |
| 173 | 173 | </p> |
| 174 | 174 | |
| 175 | 175 | <p><?php _e('Wordpress Timezone:', 'timed-content' ); ?> <?php echo get_option('timezone_string'); ?></p> |
| @@ -190,9 +190,9 @@ | ||
| 190 | 190 | <p><?php _ex( 'Select the Timed Content Rule you wish to use. Only rules without any warnings will appear below.', 'TinyMCE Dialog - Timed Content Rules tab instructions', 'timed-content' ); ?> </p> |
| 191 | 191 | |
| 192 | 192 | <p><?php _ex( 'Rule:', 'TinyMCE Dialog - Timed Content Rules <select> HTML label', 'timed-content' ); ?> |
| 193 | 193 | <select name="rules_list" id="rules_list" style="width: auto;"> |
| 194 | - <!-- options list generated using $this->__getRulesJS() above and TimedContentDialog.init JS function in /tinymce_plugin/js/dialog.js --> | |
| 194 | + <!-- options list generated using $this->getRulesJS() above and TimedContentDialog.init JS function in /tinymce_plugin/js/dialog.js --> | |
| 195 | 195 | </select> |
| 196 | 196 | </p> |
| 197 | 197 | <fieldset> |
| 198 | 198 | <legend> |