diff --git a/wp-admin/network/settings.php b/wp-admin/network/settings.php index 7dff74d4ad..a8504e4b27 100644 --- a/wp-admin/network/settings.php +++ b/wp-admin/network/settings.php @@ -61,7 +61,7 @@ get_current_screen()->add_help_tab( get_current_screen()->set_help_sidebar( '
' . __( 'For more information:' ) . '
' . - '' . __( 'Documentation on Network Settings' ) . '
' . + '' . __( 'Documentation on Network Settings' ) . '
' . '' . __( 'Support forums' ) . '
' ); diff --git a/wp-admin/network/site-new.php b/wp-admin/network/site-new.php index 4bdd559e7d..fcd685b4e6 100644 --- a/wp-admin/network/site-new.php +++ b/wp-admin/network/site-new.php @@ -29,7 +29,7 @@ get_current_screen()->add_help_tab( get_current_screen()->set_help_sidebar( '' . __( 'For more information:' ) . '
' . - '' . __( 'Documentation on Site Management' ) . '
' . + '' . __( 'Documentation on Site Management' ) . '
' . '' . __( 'Support forums' ) . '
' ); diff --git a/wp-admin/network/sites.php b/wp-admin/network/sites.php index 402c047312..0f535b0db0 100644 --- a/wp-admin/network/sites.php +++ b/wp-admin/network/sites.php @@ -43,7 +43,7 @@ get_current_screen()->add_help_tab( get_current_screen()->set_help_sidebar( '' . __( 'For more information:' ) . '
' . - '' . __( 'Documentation on Site Management' ) . '
' . + '' . __( 'Documentation on Site Management' ) . '
' . '' . __( 'Support forums' ) . '
' ); diff --git a/wp-admin/network/upgrade.php b/wp-admin/network/upgrade.php index 55cbedd643..9c676eaf8e 100644 --- a/wp-admin/network/upgrade.php +++ b/wp-admin/network/upgrade.php @@ -29,7 +29,7 @@ get_current_screen()->add_help_tab( get_current_screen()->set_help_sidebar( '' . __( 'For more information:' ) . '
' . - '' . __( 'Documentation on Upgrade Network' ) . '
' . + '' . __( 'Documentation on Upgrade Network' ) . '
' . '' . __( 'Support forums' ) . '
' ); diff --git a/wp-admin/plugin-editor.php b/wp-admin/plugin-editor.php index cd743baa37..73017cae91 100644 --- a/wp-admin/plugin-editor.php +++ b/wp-admin/plugin-editor.php @@ -148,7 +148,7 @@ get_current_screen()->add_help_tab( get_current_screen()->set_help_sidebar( '' . __( 'For more information:' ) . '
' . - '' . __( 'Documentation on Editing Plugins' ) . '
' . + '' . __( 'Documentation on Editing Plugins' ) . '
' . '' . __( 'Documentation on Writing Plugins' ) . '
' . '' . __( 'Support forums' ) . '
' ); diff --git a/wp-includes/version.php b/wp-includes/version.php index aefcbf053e..5958757bb6 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.6-alpha-57853'; +$wp_version = '6.6-alpha-57854'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.