Changes between Initial Version and Version 1 of Ticket #36680, comment 4
- Timestamp:
- 09/20/2017 09:26:35 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36680, comment 4
initial v1 1 1 Replying to [comment:3 caercam]: 2 2 > add_filter( 'mejs_settings', 'change_mejs_time_format' ); 3 > function change_mejs_time_format( $mejs_settings ) {4 >5 > $mejs_settings['timeFormat'] = 'hh:mm:ss';6 >7 > return $mejs_settings;8 > }9 10 3 11 4 Thanks a bunch! I added the code to my site, and it works nicely.