Changeset 56727 for trunk/src/wp-includes/class-wp-theme.php
- Timestamp:
- 09/26/2023 05:31:28 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme.php
r56621 r56727 60 60 * @since 5.9.0 Added the Twenty Twenty-Two theme. 61 61 * @since 6.1.0 Added the Twenty Twenty-Three theme. 62 * @since 6.4.0 Added the Twenty Twenty-Four theme. 62 63 * @var string[] 63 64 */ … … 78 79 'twentytwentytwo' => 'Twenty Twenty-Two', 79 80 'twentytwentythree' => 'Twenty Twenty-Three', 81 'twentytwentyfour' => 'Twenty Twenty-Four', 80 82 ); 81 83
Note: See TracChangeset
for help on using the changeset viewer.