Changeset 37539 for trunk/src/wp-includes/class-wp-theme.php
- Timestamp:
- 05/23/2016 06:53:05 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme.php
r37492 r37539 171 171 * Flag for whether the themes cache bucket should be persistently cached. 172 172 * 173 * Default is false. Can be set with the wp_cache_themes_persistentlyfilter.173 * Default is false. Can be set with the {@see 'wp_cache_themes_persistently'} filter. 174 174 * 175 175 * @static … … 921 921 * This is typically the absolute URL to wp-content/themes. This forms the basis 922 922 * for all other URLs returned by WP_Theme, so we pass it to the public function 923 * get_theme_root_uri() and allow it to run the theme_root_urifilter.923 * get_theme_root_uri() and allow it to run the {@see 'theme_root_uri'} filter. 924 924 * 925 925 * @since 3.4.0
Note: See TracChangeset
for help on using the changeset viewer.