-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Update: Update Label to Administration Color Scheme
from Admin Color Scheme
#8449
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update: Update Label to Administration Color Scheme
from Admin Color Scheme
#8449
Conversation
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the Core Committers: Use this line as a base for the props when committing in SVN:
To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Test using WordPress PlaygroundThe changes in this pull request can previewed and tested using a WordPress Playground instance. WordPress Playground is an experimental project that creates a full WordPress instance entirely within the browser. Some things to be aware of
For more details about these limitations and more, check out the Limitations page in the WordPress Playground documentation. |
@@ -1025,7 +1025,7 @@ function admin_color_scheme_picker( $user_id ) { | |||
<legend class="screen-reader-text"><span> | |||
<?php | |||
/* translators: Hidden accessibility text. */ | |||
_e( 'Admin Color Scheme' ); | |||
_e( 'Administration Color Scheme' ); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we also change the comment on line 991 to say Displays the default administration color scheme picker (Used in user-edit.php).
instead of Displays the default admin color scheme picker (Used in user-edit.php).
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes I agree, @mardelnet are you able to send a new PR for this? Or find anyone able to do so?
(you are at WCEU contributor day I presume?)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @audrasjb , I have made the update to the comment.
Cc: @mardelnet
@@ -1025,7 +1025,7 @@ function admin_color_scheme_picker( $user_id ) { | |||
<legend class="screen-reader-text"><span> | |||
<?php | |||
/* translators: Hidden accessibility text. */ | |||
_e( 'Admin Color Scheme' ); | |||
_e( 'Administration Color Scheme' ); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes I agree, @mardelnet are you able to send a new PR for this? Or find anyone able to do so?
(you are at WCEU contributor day I presume?)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
This is a bit picky, but the PR title and description still mention |
Dashboard Color Scheme
from Admin Color Scheme
Administration Color Scheme
from Admin Color Scheme
@mardelnet Updated the Title and Description. |
Perfect, thanks for the update. |
Trac Ticket: Core-63048
Overview
This PR updates the label from
Admin Color Scheme
toAdministration Color Scheme
for better clarity and consistency across the WordPress admin interface.