Make WordPress Core

Ticket #38010: 38010.patch

File 38010.patch, 862 bytes (added by mikeviele, 8 years ago)

Fixes Title casing of "Search Themes..." placeholder

  • src/wp-admin/theme-install.php

     
    4545        'l10n' => array(
    4646                'addNew'              => __( 'Add New Theme' ),
    4747                'search'              => __( 'Search Themes' ),
    48                 'searchPlaceholder'   => __( 'Search themes...' ), // placeholder (no ellipsis)
     48                'searchPlaceholder'   => __( 'Search Themes...' ), // placeholder (no ellipsis)
    4949                'upload'              => __( 'Upload Theme' ),
    5050                'back'                => __( 'Back' ),
    5151                'error'               => __( 'An unexpected error occurred. Something may be wrong with WordPress.org or this server&#8217;s configuration. If you continue to have problems, please try the <a href="https://wordpress.org/support/">support forums</a>.' ),