Changeset 42747 for trunk/src/wp-includes/class-wp-theme.php
- Timestamp:
- 02/25/2018 08:31:33 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme.php
r42746 r42747 22 22 * Headers for style.css files. 23 23 * 24 * @static25 24 * @var array 26 25 */ … … 42 41 * Default themes. 43 42 * 44 * @static45 43 * @var array 46 44 */ … … 61 59 * Renamed theme tags. 62 60 * 63 * @static64 61 * @var array 65 62 */ … … 159 156 * Default is false. Can be set with the {@see 'wp_cache_themes_persistently'} filter. 160 157 * 161 * @static162 158 * @var bool 163 159 */ … … 169 165 * By default the bucket is not cached, so this value is useless. 170 166 * 171 * @static172 167 * @var bool 173 168 */
Note: See TracChangeset
for help on using the changeset viewer.