Make WordPress Core


Ignore:
Timestamp:
06/05/2025 12:49:38 PM (14 months ago)
Author:
audrasjb
Message:

Users: Update label from "Admin Color Scheme" to "Administration Color Scheme".

This prevents confusion between "Admin" as a user role and "Admin" when speaking about the dashboard itself.

Props ckoerner, audrasjb, debarghyabanerjee, SergeyBiryukov, corazondejaguar, pedrofigueroa1989.
Fixes #63048.

File:
1 edited

Legend:

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

    r60283 r60284  
    334334                                        <?php if ( count( $_wp_admin_css_colors ) > 1 && has_action( 'admin_color_scheme_picker' ) ) : ?>
    335335                                        <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>
    337337                                                <td>
    338338                                                        <?php
    339339                                                        /**
    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.
    341341                                                         *
    342342                                                         * The section is only enabled if a callback is hooked to the action,
Note: See TracChangeset for help on using the changeset viewer.