Make WordPress Core

Changeset 54665


Ignore:
Timestamp:
10/22/2022 07:03:52 AM (2 years ago)
Author:
audrasjb
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-screen.php

    r54414 r54665  
    11171117        <p>
    11181118            <?php _e( 'Some screen elements can be shown or hidden by using the checkboxes.' ); ?>
    1119             <?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.' ); ?>
     1119            <?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.' ); ?>
    11201120        </p>
    11211121        <?php
Note: See TracChangeset for help on using the changeset viewer.