Making WordPress.org


Ignore:
Timestamp:
10/07/2022 04:18:45 AM (2 years ago)
Author:
dufresnesteven
Message:

wporg-themes: Add style variation previews on theme page behind a feature flag.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/functions.php

    r11996 r12106  
    206206                /* translators: %s: Name of the pattern */
    207207                'pattern_caption_template' => __( '%s pattern', 'wporg-themes' ),
     208
     209                'style_variations_title' => __( 'Style variations', 'wporg-themes' ),
     210
     211                /* translators: %s: Title of the style variation */
     212                'style_variation_caption_template' => __( '%s style variation', 'wporg-themes' ),
    208213
    209214                // Active Installs
Note: See TracChangeset for help on using the changeset viewer.