Make WordPress Core

Changeset 7493


Ignore:
Timestamp:
03/23/2008 10:10:00 PM (16 years ago)
Author:
westi
Message:

Setup the class variable for when it's not used. Props dickie.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/rewrite.php

    r7491 r7493  
    186186    var $extra_rules_top = array(); //those not generated by the class, see add_rewrite_rule()
    187187    var $non_wp_rules = array(); //rules that don't redirect to WP's index.php
     188    var $extra_permastructs = array();
    188189    var $endpoints;
    189190    var $use_verbose_rules = false;
Note: See TracChangeset for help on using the changeset viewer.