Changeset 52652 for trunk/src/wp-includes/class-wp-theme.php
- Timestamp:
- 01/30/2022 07:23:25 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme.php
r52610 r52652 24 24 * @since 3.4.0 25 25 * @since 5.4.0 Added `Requires at least` and `Requires PHP` headers. 26 * @var array26 * @var string[] 27 27 */ 28 28 private static $file_headers = array( … … 55 55 * @since 5.3.0 Added the Twenty Twenty theme. 56 56 * @since 5.6.0 Added the Twenty Twenty-One theme. 57 * @var array57 * @var string[] 58 58 */ 59 59 private static $default_themes = array( … … 78 78 * 79 79 * @since 3.8.0 80 * @var array80 * @var string[] 81 81 */ 82 82 private static $tag_map = array(
Note: See TracChangeset
for help on using the changeset viewer.