From dd12e83491d22e7821071840bd8d82ef942a227a Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 17 Mar 2020 19:34:08 +0000 Subject: [PATCH] Docs: Correct the description of `$hard` parameter in `flush_rewrite_rules()`. Props david.binda. Fixes #49660. Built from https://develop.svn.wordpress.org/trunk@47468 git-svn-id: http://core.svn.wordpress.org/trunk@47255 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/rewrite.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/rewrite.php b/wp-includes/rewrite.php index f0791e030b..82df91ced5 100644 --- a/wp-includes/rewrite.php +++ b/wp-includes/rewrite.php @@ -269,7 +269,7 @@ function add_feed( $feedname, $function ) { * @global WP_Rewrite $wp_rewrite WordPress rewrite component. * * @param bool $hard Whether to update .htaccess (hard flush) or just update - * rewrite_rules transient (soft flush). Default is true (hard). + * rewrite_rules option (soft flush). Default is true (hard). */ function flush_rewrite_rules( $hard = true ) { global $wp_rewrite; diff --git a/wp-includes/version.php b/wp-includes/version.php index 6c06b37ec0..a7bbe5d6b4 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.5-alpha-47462'; +$wp_version = '5.5-alpha-47468'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.