Make WordPress Core


Ignore:
Timestamp:
01/20/2022 11:51:22 PM (3 years ago)
Author:
audrasjb
Message:

Docs: Replace "Current theme" with "Active theme" in various DocBlocks.

This change replaces "Current theme" with "Active theme" in various DocBlocks for better consistency with user-facing strings.

Follow-up to [52580].

Props Presskopp, audrasjb, costdev.
Fixes #54831.
See #54770.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/default-constants.php

    r52093 r52610  
    403403     * Slug of the default theme for this installation.
    404404     * Used as the default theme when installing new sites.
    405      * It will be used as the fallback if the current theme doesn't exist.
     405     * It will be used as the fallback if the active theme doesn't exist.
    406406     *
    407407     * @since 3.0.0
Note: See TracChangeset for help on using the changeset viewer.