Phpdoc argument/@param cleanups. props duck_, see #14783.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15590 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -1950,7 +1950,7 @@ class WP_Rewrite {
|
||||
*
|
||||
* @since 2.0.1
|
||||
* @access public
|
||||
* @param $hard bool Whether to update .htaccess (hard flush) or just update rewrite_rules option (soft flush). Default is true (hard).
|
||||
* @param bool $hard Whether to update .htaccess (hard flush) or just update rewrite_rules option (soft flush). Default is true (hard).
|
||||
*/
|
||||
function flush_rules($hard = true) {
|
||||
delete_option('rewrite_rules');
|
||||
|
||||
Reference in New Issue
Block a user