Docs: Correct typos introduced in [46324]

Props TimothyBlynJacobs.
See #48153.
Built from https://develop.svn.wordpress.org/trunk@46325


git-svn-id: http://core.svn.wordpress.org/trunk@46124 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2019-09-26 16:32:58 +00:00
parent 1e8ed99eca
commit 8affbd6404
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '5.3-beta1-46324'; $wp_version = '5.3-beta1-46325';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.

View File

@ -590,7 +590,7 @@ switch ( $action ) {
/** /**
* Filters the interval for redirecting the user to the admin email confirmation screen. * Filters the interval for redirecting the user to the admin email confirmation screen.
* If `0` (zero), or any :falsey" value is returned, the user will not be redirected. * If `0` (zero), or any "falsey" value is returned, the user will not be redirected.
* *
* @since 5.3.0 * @since 5.3.0
* *
@ -1235,7 +1235,7 @@ switch ( $action ) {
* *
* @since 5.3.0 * @since 5.3.0
* *
* @param string $capability The capability required to display the admn email check screen. * @param string $capability The capability required to display the admin email check screen.
*/ */
$admin_check_cap = apply_filters( 'admin_email_check_cap', 'manage_options' ); $admin_check_cap = apply_filters( 'admin_email_check_cap', 'manage_options' );