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
This commit is contained in:
parent
7c8f8d776f
commit
dd12e83491
|
@ -269,7 +269,7 @@ function add_feed( $feedname, $function ) {
|
||||||
* @global WP_Rewrite $wp_rewrite WordPress rewrite component.
|
* @global WP_Rewrite $wp_rewrite WordPress rewrite component.
|
||||||
*
|
*
|
||||||
* @param bool $hard Whether to update .htaccess (hard flush) or just update
|
* @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 ) {
|
function flush_rewrite_rules( $hard = true ) {
|
||||||
global $wp_rewrite;
|
global $wp_rewrite;
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue