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/class-wp-theme-json.php

    r52597 r52610  
    709709
    710710    /**
    711      * Returns the page templates of the current theme.
     711     * Returns the page templates of the active theme.
    712712     *
    713713     * @since 5.9.0
     
    733733
    734734    /**
    735      * Returns the template part data of current theme.
     735     * Returns the template part data of active theme.
    736736     *
    737737     * @since 5.9.0
Note: See TracChangeset for help on using the changeset viewer.