Make WordPress Core


Ignore:
Timestamp:
07/12/2015 07:42:24 PM (9 years ago)
Author:
obenland
Message:

Site Icon: Improve a11y in Settings.

Props afercia.
Fixes #32970.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/custom-header.php

    r32998 r33180  
    760760<form method="post" action="<?php echo esc_url(add_query_arg('step', 3)); ?>">
    761761    <p class="hide-if-no-js"><?php _e('Choose the part of the image you want to use as your header.'); ?></p>
    762     <p class="hide-if-js"><strong><?php _e( 'You need Javascript to choose a part of the image.'); ?></strong></p>
     762    <p class="hide-if-js"><strong><?php _e( 'You need JavaScript to choose a part of the image.'); ?></strong></p>
    763763
    764764    <div id="crop_image" style="position: relative">
Note: See TracChangeset for help on using the changeset viewer.