Changeset 58564
- Timestamp:
- 06/25/2024 01:32:13 PM (4 months ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/sites.php
r58131 r58564 29 29 'title' => __( 'Overview' ), 30 30 '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 31 '<p>' . __( 'Add New Site takes you to the screen for adding a new site to the network. 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>' . 33 33 '<p>' . __( 'Hovering over each site reveals seven options (three for the primary site):' ) . '</p>' . 34 34 '<ul><li>' . __( 'An Edit link to a separate Edit Site screen.' ) . '</li>' . 35 35 '<li>' . __( 'Dashboard leads to the Dashboard for that site.' ) . '</li>' . 36 36 '<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>', 41 39 ) 42 40 ); -
trunk/src/wp-admin/users.php
r56937 r58564 34 34 'title' => __( 'Overview' ), 35 35 '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 Newin the Users menu section.' ) . '</p>',37 )36 '<p>' . __( 'To add a new user for your site, click the Add New User button at the top of the screen or Add New User in the Users menu section.' ) . '</p>', 37 ) 38 38 ); 39 39
Note: See TracChangeset
for help on using the changeset viewer.