Changeset 20112
- Timestamp:
- 03/04/2012 12:58:41 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-theme.php
r20105 r20112 293 293 case 'theme_root_uri' : 294 294 return $this->get_theme_root_uri(); 295 // For cases where the array was converted to an object. 296 default : 297 return $this->offsetGet( $offset ); 295 298 } 296 299 }
Note: See TracChangeset
for help on using the changeset viewer.