mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-30 23:30:05 +00:00
Setup the class variable for when it's not used. Props dickie.
git-svn-id: https://develop.svn.wordpress.org/trunk@7493 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -185,6 +185,7 @@ class WP_Rewrite {
|
||||
var $extra_rules = array(); //those not generated by the class, see add_rewrite_rule()
|
||||
var $extra_rules_top = array(); //those not generated by the class, see add_rewrite_rule()
|
||||
var $non_wp_rules = array(); //rules that don't redirect to WP's index.php
|
||||
var $extra_permastructs = array();
|
||||
var $endpoints;
|
||||
var $use_verbose_rules = false;
|
||||
var $use_verbose_page_rules = true;
|
||||
|
||||
Reference in New Issue
Block a user