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/meta-boxes.php

    r52285 r52610  
    486486                $post_format = '0';
    487487            }
    488             // Add in the current one if it isn't there yet, in case the current theme doesn't support it.
     488            // Add in the current one if it isn't there yet, in case the active theme doesn't support it.
    489489            if ( $post_format && ! in_array( $post_format, $post_formats[0], true ) ) {
    490490                $post_formats[0][] = $post_format;
Note: See TracChangeset for help on using the changeset viewer.