Coding Standards: Correct alignment in various files.
This fixes an `Equals sign not aligned correctly` WPCS warning. Additionally, this commit sets the `svn:eol-style` property for the `phpunit/tests/ajax/wpAjaxCropImage.php` file and corrects line endings, so that the output of `composer format` is clean. Follow-up to [53027], [53217], [53404]. Props hellofromTonya, SergeyBiryukov. See #55647. Built from https://develop.svn.wordpress.org/trunk@53441 git-svn-id: http://core.svn.wordpress.org/trunk@53030 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
653a3af0d4
commit
d0e055e68f
|
@ -104,6 +104,7 @@ final class WP_Block_Patterns_Registry {
|
|||
$pattern_properties,
|
||||
array( 'name' => $pattern_name )
|
||||
);
|
||||
|
||||
$this->registered_patterns[ $pattern_name ] = $pattern;
|
||||
|
||||
// If the pattern is registered inside an action other than `init`, store it
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.1-alpha-53439';
|
||||
$wp_version = '6.1-alpha-53441';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue