Make WordPress Core

Changeset 28591


Ignore:
Timestamp:
05/27/2014 02:49:51 PM (12 years ago)
Author:
SergeyBiryukov
Message:

Move 'Documentation on date and time formatting' link under the 'Time Format' block.

props gauravmittal1995.
fixes #28348.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/options-general.php

    r27469 r28591  
    252252    checked( $custom );
    253253    echo '/> ' . __('Custom:') . ' </label><input type="text" name="date_format_custom" value="' . esc_attr( get_option('date_format') ) . '" class="small-text" /> <span class="example"> ' . date_i18n( get_option('date_format') ) . "</span> <span class='spinner'></span>\n";
    254 
    255     echo "\t<p>" . __('<a href="http://codex.wordpress.org/Formatting_Date_and_Time">Documentation on date and time formatting</a>.') . "</p>\n";
    256254?>
    257255    </fieldset>
     
    286284    checked( $custom );
    287285    echo '/> ' . __('Custom:') . ' </label><input type="text" name="time_format_custom" value="' . esc_attr( get_option('time_format') ) . '" class="small-text" /> <span class="example"> ' . date_i18n( get_option('time_format') ) . "</span> <span class='spinner'></span>\n";
    288     ;
     286
     287    echo "\t<p>" . __('<a href="http://codex.wordpress.org/Formatting_Date_and_Time">Documentation on date and time formatting</a>.') . "</p>\n";
    289288?>
    290289    </fieldset>
Note: See TracChangeset for help on using the changeset viewer.