Changeset 60284 for trunk/src/wp-admin/includes/misc.php
- Timestamp:
- 06/05/2025 12:49:38 PM (8 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/misc.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/misc.php
r60178 r60284 989 989 990 990 /** 991 * Displays the default admin color scheme picker (Used in user-edit.php).991 * Displays the default administration color scheme picker (Used in user-edit.php). 992 992 * 993 993 * @since 3.0.0 … … 1026 1026 <?php 1027 1027 /* translators: Hidden accessibility text. */ 1028 _e( 'Admin Color Scheme' );1028 _e( 'Administration Color Scheme' ); 1029 1029 ?> 1030 1030 </span></legend>
Note: See TracChangeset
for help on using the changeset viewer.