Make WordPress Core


Ignore:
Timestamp:
01/15/2022 08:42:56 AM (4 years ago)
Author:
audrasjb
Message:

Administration: Replace "Current theme" with "Active theme" in user facing strings.

This change replaces "Current theme" with "Active theme" in user-facing strings. It brings better consistency across the Administration.

Props Presskopp, audrasjb, costdev.
Fixes #54770.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-walker-nav-menu-edit.php

    r52204 r52580  
    233233                        <?php _e( 'Description' ); ?><br />
    234234                        <textarea id="edit-menu-item-description-<?php echo $item_id; ?>" class="widefat edit-menu-item-description" rows="3" cols="20" name="menu-item-description[<?php echo $item_id; ?>]"><?php echo esc_html( $menu_item->description ); // textarea_escaped ?></textarea>
    235                         <span class="description"><?php _e( 'The description will be displayed in the menu if the current theme supports it.' ); ?></span>
     235                        <span class="description"><?php _e( 'The description will be displayed in the menu if the active theme supports it.' ); ?></span>
    236236                    </label>
    237237                </p>
Note: See TracChangeset for help on using the changeset viewer.