PluginProbe
Timed Content / 2.55
Timed Content v2.55
2.99 trunk 1.0 1.1 1.2 2.0 2.1 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.10 2.11 2.12 2.15 2.2 2.3 2.3.1 2.4 2.5 2.5.1 2.50 2.51 2.52 All 67 releases
← All changes | tinymce_plugin/dialog.php +1 -2 2.502.55 View file →
@@ -132,10 +132,9 @@
132 132 <label
133 133 for="server_debug"><?php _ex( 'Add debugging messages (Only logged-in users who can edit this Post/Page will see them)', 'TinyMCE Dialog - Server debugging label', 'timed-content' ); ?> </label>
134 134 </p>
135 135
136 - <p><?php _e('Current Date/Time:', 'timed-content' ); ?>
137 - <?php echo date_i18n( get_option( 'date_format' ) . ' ' . get_option( 'time_format' ), current_time( 'timestamp', 0 ) ); ?></p>
136 + <p><?php _e('Current Date/Time:', 'timed-content' ); ?> <?php echo strftime( '%Y-%m-%d %H:%M', current_time('timestamp', 0)); ?></p>
138 137 <fieldset>
139 138 <legend>
140 139 <input name="do_server_show" type="checkbox" id="do_server_show" value="show"/>
141 140 <label