Make WordPress Core

Changeset 58564

Timestamp:
06/25/2024 01:32:13 PM (5 weeks ago)
Author:
audrasjb
Message:

Help/About: Update some help text in the admin area.

This takes into account the changes from #47125 and updates the related Help Tabs content accordingly.

Follow-up to [56515].

Props johnbillion, renishsurani, faisal03, shailu25, sumitbagthariya16, Ankit-K-Gupta, oglekler, rajinsharwar, hmbashar, huzaifaalmesbah.
Fixes #61153.

Location:
trunk/src/wp-admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/network/sites.php

    r58131 r58564  
    2929        'title'   => __( 'Overview' ),
    3030        'content' =>
    31             '<p>' . __( 'Add New takes you to the Add New Site screen. You can search for a site by Name, ID number, or IP address. Screen Options allows you to choose how many sites to display on one page.' ) . '</p>' .
    32             '<p>' . __( 'This is the main table of all sites on this network. Switch between list and excerpt views by using the icons above the right side of the table.' ) . '</p>' .
     31        . You can search for a site by Name, ID number, or IP address. Screen Options allows you to choose how many sites to display on one page.' ) . '</p>' .
     32        '<p>' . __( 'This is the main table of all sites on this network. Switch between list and excerpt views by using the icons above the right side of the table.' ) . '</p>' .
    3333            '<p>' . __( 'Hovering over each site reveals seven options (three for the primary site):' ) . '</p>' .
    3434            '<ul><li>' . __( 'An Edit link to a separate Edit Site screen.' ) . '</li>' .
    3535            '<li>' . __( 'Dashboard leads to the Dashboard for that site.' ) . '</li>' .
    3636            '<li>' . __( 'Deactivate, Archive, and Spam which lead to confirmation screens. These actions can be reversed later.' ) . '</li>' .
    37             '<li>' . __( 'Delete which is a permanent action after the confirmation screens.' ) . '</li>' .
    38             '<li>' . __( 'Visit to go to the front-end site live.' ) . '</li></ul>' .
    39             '<p>' . __( 'The site ID is used internally, and is not shown on the front end of the site or to users/viewers.' ) . '</p>' .
    40             '<p>' . __( 'Clicking on bold headings can re-sort this table.' ) . '</p>',
     37            '<li>' . __( 'Delete which is a permanent action after the confirmation screen.' ) . '</li>' .
     38            '<li>' . __( 'Visit to go to the front-end of the live site.' ) . '</li></ul>',
    4139    )
    4240);
  • trunk/src/wp-admin/users.php

    r56937 r58564  
    3434        'title'   => __( 'Overview' ),
    3535        'content' => '<p>' . __( 'This screen lists all the existing users for your site. Each user has one of five defined roles as set by the site admin: Site Administrator, Editor, Author, Contributor, or Subscriber. Users with roles other than Administrator will see fewer options in the dashboard navigation when they are logged in, based on their role.' ) . '</p>' .
    36                         '<p>' . __( 'To add a new user for your site, click the Add New button at the top of the screen or Add New in the Users menu section.' ) . '</p>',
    37     )
     36        in the Users menu section.' ) . '</p>',
     37    )
    3838);
    3939
Note: See TracChangeset for help on using the changeset viewer.