mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Help/About: Typo correction in Dashboard Screen Options.
This changeset fixes a typo in meta boxes preferences. It also changes the related sentence from passive to active voice. Follow-up to [49179]. Props sabernhardt. Fixes #56884. git-svn-id: https://develop.svn.wordpress.org/trunk@54665 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1116,7 +1116,7 @@ final class WP_Screen {
|
||||
<legend><?php _e( 'Screen elements' ); ?></legend>
|
||||
<p>
|
||||
<?php _e( 'Some screen elements can be shown or hidden by using the checkboxes.' ); ?>
|
||||
<?php _e( 'They can be expanded and collapsed by clickling on their headings, and arranged by dragging their headings or by clicking on the up and down arrows.' ); ?>
|
||||
<?php _e( 'Expand or collapse the elements by clicking on their headings, and arrange them by dragging their headings or by clicking on the up and down arrows.' ); ?>
|
||||
</p>
|
||||
<?php
|
||||
|
||||
|
||||
Reference in New Issue
Block a user