Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #36680, comment 4


Ignore:
Timestamp:
09/20/2017 09:26:35 PM (8 years ago)
Author:
Dexterity
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36680, comment 4

    initial v1  
    11Replying to [comment:3 caercam]:
    22> 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 
    103
    114Thanks a bunch! I added the code to my site, and it works nicely.