Make WordPress Core

Changeset 48345


Ignore:
Timestamp:
07/06/2020 07:21:33 PM (6 years ago)
Author:
desrosj
Message:

Coding Standards: Correct two coding standards issues introduced in [48277] and [48334].

See #50504, #50550.

Location:
trunk/src
Files:
2 edited

Legend:

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

    r48318 r48345  
    933933                        array_merge(
    934934                                array(
    935                                         'fresh' => '',
    936                                         'light' => '',
     935                                        'fresh'  => '',
     936                                        'light'  => '',
    937937                                        'modern' => '',
    938938                                ),
  • trunk/src/wp-includes/block-patterns.php

    r48335 r48345  
    2222        register_block_pattern(
    2323                'core/' . $core_block_pattern,
    24                 require( __DIR__ . '/block-patterns/' . $core_block_pattern . '.php' )
     24                require __DIR__ . '/block-patterns/' . $core_block_pattern . '.php'
    2525        );
    2626}
Note: See TracChangeset for help on using the changeset viewer.