diff --git a/wp-admin/network/sites.php b/wp-admin/network/sites.php index a0db8399c5..b5835092ae 100644 --- a/wp-admin/network/sites.php +++ b/wp-admin/network/sites.php @@ -28,16 +28,14 @@ get_current_screen()->add_help_tab( 'id' => 'overview', 'title' => __( 'Overview' ), 'content' => - '

' . __( '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.' ) . '

' . - '

' . __( '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.' ) . '

' . + '

' . __( '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.' ) . '

' . + '

' . __( '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.' ) . '

' . '

' . __( 'Hovering over each site reveals seven options (three for the primary site):' ) . '

' . '' . - '

' . __( 'The site ID is used internally, and is not shown on the front end of the site or to users/viewers.' ) . '

' . - '

' . __( 'Clicking on bold headings can re-sort this table.' ) . '

', + '
  • ' . __( 'Delete which is a permanent action after the confirmation screen.' ) . '
  • ' . + '
  • ' . __( 'Visit to go to the front-end of the live site.' ) . '
  • ', ) ); diff --git a/wp-admin/users.php b/wp-admin/users.php index 94d891ae0c..4f15efbbc8 100644 --- a/wp-admin/users.php +++ b/wp-admin/users.php @@ -33,8 +33,8 @@ get_current_screen()->add_help_tab( 'id' => 'overview', 'title' => __( 'Overview' ), 'content' => '

    ' . __( '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.' ) . '

    ' . - '

    ' . __( '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.' ) . '

    ', - ) + '

    ' . __( '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.' ) . '

    ', + ) ); get_current_screen()->add_help_tab( diff --git a/wp-includes/version.php b/wp-includes/version.php index 0e8a0490cf..48e2f6c6be 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.6-beta4-58563'; +$wp_version = '6.6-beta4-58564'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.