Make WordPress Core

Ticket #45162: 45162.patch

File 45162.patch, 1000 bytes (added by mukesh27, 7 years ago)

Try this patch.

  • wordpress/wp-includes/script-loader.php

    diff -Naur wordpress/wp-includes/script-loader.php wordpress/wp-includes/script-loader.php
     
    408408                                                ),
    409409                                        ),
    410410                                        'formats'  => array(
     411                                        /* translators: revision time format, see https://secure.php.net/date */
    411412                                                'time'                => get_option( 'time_format', __( 'g:i a', 'default' ) ),
     413                                                /* translators: revision date format, see https://secure.php.net/date */
    412414                                                'date'                => get_option( 'date_format', __( 'F j, Y', 'default' ) ),
     415                                                /* translators: revision date and time format, see https://secure.php.net/date */
    413416                                                'datetime'            => __( 'F j, Y g:i a', 'default' ),
     417                                                /* translators: revision date and time format, see https://secure.php.net/date */
    414418                                                'datetimeAbbreviated' => __( 'M j, Y g:i a', 'default' ),
    415419                                        ),
    416420                                        'timezone' => array(