mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-10 15:44:29 +00:00
Coding Standards: Correct equals sign alignment in various files.
This resolves a few WPCS warnings:
{{{
Equals sign not aligned with surrounding statements
}}}
so that the output of `composer format` is clean.
Follow-up to [55971], [56033], [56056], [56143], [56214].
Props jrf.
See #58831.
git-svn-id: https://develop.svn.wordpress.org/trunk@56273 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -964,7 +964,7 @@ JS;
|
||||
return $eligible;
|
||||
}
|
||||
|
||||
$is_alias = (bool) ! $this->registered[ $handle ]->src;
|
||||
$is_alias = (bool) ! $this->registered[ $handle ]->src;
|
||||
$intended_strategy = $this->get_data( $handle, 'strategy' );
|
||||
|
||||
// For non-alias handles, an empty intended strategy filters all strategies.
|
||||
|
||||
Reference in New Issue
Block a user