Make WordPress Core


Ignore:
Timestamp:
05/14/2024 04:47:03 PM (7 months ago)
Author:
joedolson
Message:

Administration: A11y: Replace placeholders with visible labels.

Add visible labels to inputs that are using placeholder attributes as a substitute for visible labeling.

Labels added or made visible on the customizer theme search, customizer widget search, customizer menu item search, customizer new page UI, the search plugins screens, the media search screens, and the classic editor link inserter.

Props afercia, joedolson, rcreators, sabernhardt.
See #40331.

File:
1 edited

Legend:

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

    r57658 r58146  
    791791
    792792<form class="search-form search-plugins" method="get">
    793 <?php $wp_list_table->search_box( __( 'Search Installed Plugins' ), 'plugin' ); ?>
     793<?php $wp_list_table->search_box( __( 'Search installed plugins' ), 'plugin' ); ?>
    794794</form>
    795795
Note: See TracChangeset for help on using the changeset viewer.