Docs: Correct the description of `$hard` parameter in `flush_rewrite_rules()`.

Props david.binda.
Fixes #49660.

git-svn-id: https://develop.svn.wordpress.org/trunk@47468 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2020-03-17 19:32:45 +00:00
parent f5c0507910
commit e7022adab2
1 changed files with 1 additions and 1 deletions

View File

@ -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;