diff options
Diffstat (limited to 'wp-admin/network/themes.php')
-rw-r--r-- | wp-admin/network/themes.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-admin/network/themes.php b/wp-admin/network/themes.php index 4c6febe..7252fa7 100644 --- a/wp-admin/network/themes.php +++ b/wp-admin/network/themes.php @@ -460,7 +460,7 @@ if ( '' !== $message ) { ?> <form method="get"> -<?php $wp_list_table->search_box( __( 'Search Installed Themes' ), 'theme' ); ?> +<?php $wp_list_table->search_box( __( 'Search installed themes' ), 'theme' ); ?> </form> <?php |