Changeset 60284 for trunk/src/wp-admin/user-edit.php
- Timestamp:
- 06/05/2025 12:49:38 PM (12 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/user-edit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/user-edit.php
r60283 r60284 334 334 <?php if ( count( $_wp_admin_css_colors ) > 1 && has_action( 'admin_color_scheme_picker' ) ) : ?> 335 335 <tr class="user-admin-color-wrap"> 336 <th scope="row"><?php _e( 'Admin Color Scheme' ); ?></th>336 <th scope="row"><?php _e( 'Administration Color Scheme' ); ?></th> 337 337 <td> 338 338 <?php 339 339 /** 340 * Fires in the 'Admin Color Scheme' section of the user editing screen.340 * Fires in the 'Administration Color Scheme' section of the user editing screen. 341 341 * 342 342 * The section is only enabled if a callback is hooked to the action,
Note: See TracChangeset
for help on using the changeset viewer.