Changeset 427749
- Timestamp:
- 08/23/2011 06:43:35 PM (15 years ago)
- File:
-
- 1 edited
-
navigable/trunk/class-wp-nav.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
navigable/trunk/class-wp-nav.php
r427743 r427749 20 20 trigger_error("Navigable could not find the navigation object called '{$nav_selector}'", E_USER_NOTICE); 21 21 } 22 22 $this-> raw = $this->raw === false ? array() : $this-> raw; 23 23 $this->page_slugs = $this->get_page_slugs(); 24 24 parent::__construct();
Note: See TracChangeset
for help on using the changeset viewer.