Make WordPress Core


Ignore:
Timestamp:
01/20/2022 11:51:22 PM (4 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-scripts.php

    r51518 r52610  
    126126     * Holds a string which contains the type attribute for script tag.
    127127     *
    128      * If the current theme does not declare HTML5 support for 'script',
     128     * If the active theme does not declare HTML5 support for 'script',
    129129     * then it initializes as `type='text/javascript'`.
    130130     *
Note: See TracChangeset for help on using the changeset viewer.