From 108af2ee64c612392df79fb4b9a2e2ef2ff61bb8 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Tue, 22 Mar 2022 21:07:01 +0000 Subject: [PATCH] Administration: Rephrase some sentences after [52978]. Follow-up to [52978], [52979]. Props SergeyBiryukov. Fixes #38913. Built from https://develop.svn.wordpress.org/trunk@52980 git-svn-id: http://core.svn.wordpress.org/trunk@52569 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- readme.html | 2 +- wp-admin/includes/dashboard.php | 4 ++-- wp-includes/version.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.html b/readme.html index ecf4a8fb38..39e4796085 100644 --- a/readme.html +++ b/readme.html @@ -21,7 +21,7 @@
  • Unzip the package in an empty directory and upload everything.
  • Open wp-admin/install.php in your browser. It will take you through the process to set up a wp-config.php file with your database connection details.
      -
    1. If for some reason this does not work, do not worry. It does not work on all web hosts. Open up wp-config-sample.php with a text editor like WordPad or similar and fill in your database connection details.
    2. +
    3. If for some reason this does not work, do not worry. It may not work on all web hosts. It does not work on all web hosts. Open up wp-config-sample.php with a text editor like WordPad or similar and fill in your database connection details.
    4. Save the file as wp-config.php and upload it.
    5. Open wp-admin/install.php in your browser.
    diff --git a/wp-admin/includes/dashboard.php b/wp-admin/includes/dashboard.php index 11b6dd5929..0b6a746e6c 100644 --- a/wp-admin/includes/dashboard.php +++ b/wp-admin/includes/dashboard.php @@ -1462,7 +1462,7 @@ function wp_print_community_events_templates() { organize a WordPress event?' ), + __( 'There are no events scheduled near %1$s at the moment. Would you like to organize a WordPress event?' ), '{{ data.location.description }}', __( 'https://make.wordpress.org/community/handbook/meetup-organizer/welcome/' ) ); @@ -1472,7 +1472,7 @@ function wp_print_community_events_templates() { organize a WordPress event?' ), + __( 'There are no events scheduled near you at the moment. Would you like to organize a WordPress event?' ), __( 'https://make.wordpress.org/community/handbook/meetup-organizer/welcome/' ) ); ?> diff --git a/wp-includes/version.php b/wp-includes/version.php index 1465f7cc2a..be836c5197 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.0-alpha-52979'; +$wp_version = '6.0-alpha-52980'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.