Changeset 12230
- Timestamp:
- 11/19/2009 10:47:11 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/rewrite.php
r12061 r12230 1061 1061 */ 1062 1062 function get_extra_permastruct($name) { 1063 if ( empty($this->permalink_structure) ) 1064 return false; 1063 1065 if ( isset($this->extra_permastructs[$name]) ) 1064 1066 return $this->extra_permastructs[$name];
Note: See TracChangeset
for help on using the changeset viewer.