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/file.php

    r52585 r52610  
    288288     *
    289289     * @param string[] $default_types An array of editable theme file extensions.
    290      * @param WP_Theme $theme         The current theme object.
     290     * @param WP_Theme $theme         The active theme object.
    291291     */
    292292    $file_types = apply_filters( 'wp_theme_editor_filetypes', $default_types, $theme );
Note: See TracChangeset for help on using the changeset viewer.