Make WordPress Core


Ignore:
Timestamp:
01/15/2022 08:42:56 AM (3 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-wp-themes-list-table.php

    r48545 r52580  
    130130        printf(
    131131            /* translators: %s: Network title. */
    132             __( 'Only the current theme is available to you. Contact the %s administrator for information about accessing additional themes.' ),
     132            __( 'Only the active theme is available to you. Contact the %s administrator for information about accessing additional themes.' ),
    133133            get_site_option( 'site_name' )
    134134        );
Note: See TracChangeset for help on using the changeset viewer.