Make WordPress Core


Ignore:
Timestamp:
12/08/2021 10:14:52 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Coding Standards: Use camel case with a lowercase first letter for the blockTheme array key.

This matches the WordPress JS naming conventions and the naming of other keys in the $prepared_themes array.

Follow-up to [52341].

See #54578, #53359.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/theme.php

    r52341 r52346  
    783783                                        : null,
    784784                        ),
    785                         'block_theme'    => $theme->is_block_theme(),
     785                        'blockTheme'     => $theme->is_block_theme(),
    786786                );
    787787        }
Note: See TracChangeset for help on using the changeset viewer.