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-admin/includes/dashboard.php

    r52442 r52610  
    19881988 *
    19891989 * @since 3.3.0
    1990  * @since 5.9.0 Send users to the Site Editor if the current theme is block-based.
     1990 * @since 5.9.0 Send users to the Site Editor if the active theme is block-based.
    19911991 */
    19921992function wp_welcome_panel() {
Note: See TracChangeset for help on using the changeset viewer.