Making WordPress.org


Ignore:
Timestamp:
07/15/2022 04:15:27 AM (2 years ago)
Author:
dd32
Message:

Theme Directory: Rename the 'Full Site Editing' tab to 'Block Themes' to better match the documentation, and provide consistent messaging to WordPress users.

The term 'Full Site Editing' is a feature of Block Themes, but Block Themes are not best described as Full Site Editing.

This change only renames the tab, without affecting the URL and tag-filtering display, which will deserve a second-look later.

Props annezazu, jeffikus.
See https://wordpress.slack.com/archives/C02QB8GMM/p1657857666904519
See [11963], #6330.

File:
1 edited

Legend:

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

    r11963 r11967  
    2424                <li><a href="<?php echo esc_url( home_url( '/' ) ); ?>" data-sort="popular" <?php if ( (is_front_page() && !get_query_var('browse') ) || 'popular' == get_query_var('browse') ) { echo 'class="current"'; } ?>><?php _ex( 'Popular', 'themes', 'wporg-themes' ); ?></a></li>
    2525                <li><a href="<?php echo esc_url( home_url( 'browse/new/' ) ); ?>" data-sort="new" <?php if ( 'new' == get_query_var('browse') ) { echo 'class="current"'; } ?>><?php _ex( 'Latest', 'themes', 'wporg-themes' ); ?></a></li>
    26                 <li><a href="<?php echo esc_url( home_url( 'tags/full-site-editing/' ) ); ?>" data-tag="full-site-editing" <?php if ( 'full-site-editing' == get_query_var('tag') ) { echo 'class="current"'; } ?>><?php _e( 'Full Site Editing', 'wporg-themes' ); ?></a></li>
     26                <li><a href="<?php echo esc_url( home_url( 'tags/full-site-editing/' ) ); ?>" data-tag="full-site-editing" <?php if ( 'full-site-editing' == get_query_var('tag') ) { echo 'class="current"'; } ?>><?php _ex( 'Block Themes', 'themes filter', 'wporg-themes' ); ?></a></li>
    2727                <?php if ( is_user_logged_in() ) { ?>
    2828                    <li><a href="<?php echo esc_url( home_url( 'browse/favorites/' ) ); ?>" data-sort="favorites" <?php if ( 'favorites' == get_query_var('browse') ) { echo 'class="current"'; } ?>><?php _ex( 'Favorites', 'themes', 'wporg-themes' ); ?></a></li>
Note: See TracChangeset for help on using the changeset viewer.