From 84a5d17f6e76fe8cc0dc1960187a9d577a469320 Mon Sep 17 00:00:00 2001 From: westi Date: Sun, 23 Mar 2008 22:10:00 +0000 Subject: [PATCH] Setup the class variable for when it's not used. Props dickie. git-svn-id: http://svn.automattic.com/wordpress/trunk@7493 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/rewrite.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-includes/rewrite.php b/wp-includes/rewrite.php index 33bc4d61b..dde1b1810 100644 --- a/wp-includes/rewrite.php +++ b/wp-includes/rewrite.php @@ -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;