Make WordPress Core


Ignore:
Timestamp:
06/13/2024 01:55:46 PM (3 months ago)
Author:
joedolson
Message:

Administration: A11y: Add visible labels in theme UI.

Finish task to replace placeholders used for labels with visible label elements. Add label elements in theme browser and theme installation screen. Change position of search input to match other user interfaces in WordPress.

Also crediting all contributors to ticket #61389, which this also closes.

Props joedolson, rcreators, sabernhardt, balub, rejaulalomkhan, syamraj24, nazmul111, krupajnanda, huzaifaalmesbah, hmbashar, mdnesarmridha, colorful-tones, printsachen1.
Fixes #40331, #61389.

File:
1 edited

Legend:

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

    r56601 r58405  
    461461
    462462<form method="get">
    463 <?php $wp_list_table->search_box( __( 'Search Installed Themes' ), 'theme' ); ?>
     463<?php $wp_list_table->search_box( __( 'Search installed themes' ), 'theme' ); ?>
    464464</form>
    465465
Note: See TracChangeset for help on using the changeset viewer.