Ticket #49660: 49660.diff
File 49660.diff, 605 bytes (added by , 5 years ago) |
---|
-
src/wp-includes/rewrite.php
269 269 * @global WP_Rewrite $wp_rewrite WordPress rewrite component. 270 270 * 271 271 * @param bool $hard Whether to update .htaccess (hard flush) or just update 272 * rewrite_rules transient(soft flush). Default is true (hard).272 * rewrite_rules option (soft flush). Default is true (hard). 273 273 */ 274 274 function flush_rewrite_rules( $hard = true ) { 275 275 global $wp_rewrite;