Changeset 24147 for trunk/wp-includes/theme.php
- Timestamp:
- 05/01/2013 01:46:45 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/theme.php
r24082 r24147 341 341 // Set up maybe-relative, maybe-absolute array of theme directories. 342 342 // We always want to return absolute, but we need to cache relative 343 // use in forget_theme_root().343 // to use in get_theme_root(). 344 344 foreach ( $wp_theme_directories as $theme_root ) { 345 345 if ( 0 === strpos( $theme_root, WP_CONTENT_DIR ) ) … … 545 545 * Start preview theme output buffer. 546 546 * 547 * Will only p reform task if the user has permissions and template and preview547 * Will only perform task if the user has permissions and template and preview 548 548 * query variables exist. 549 549 *
Note: See TracChangeset
for help on using the changeset viewer.