Changeset 12372 for sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/class-themes-api.php
- Timestamp:
- 01/27/2023 03:43:26 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/class-themes-api.php
r12339 r12372 391 391 } 392 392 393 // See https://core.trac.wordpress.org/ticket/56869. 394 if ( ! isset( $wp_version ) || version_compare( $wp_version, '6.0-alpha', '>=' ) ) { 395 $tags[ __( 'Features' ) ]['style-variations'] = __( 'Style Variations' ); 396 asort( $tags[ __( 'Features' ) ] ); 397 } 398 393 399 // Only return tag slugs, to stay compatible with bbpress-version of Themes API. 394 400 foreach ( $tags as $title => $group ) {
Note: See TracChangeset
for help on using the changeset viewer.