General: Fix some precision alignment formatting warnings.

The WPCS `WordPress.WhiteSpace.PrecisionAlignment` rule throws warnings for a bunch of code that will likely cause issues for `wpcbf`. Fixing these manually beforehand gives us better auto-fixed results later.

See #41057.


Built from https://develop.svn.wordpress.org/trunk@42228


git-svn-id: http://core.svn.wordpress.org/trunk@42057 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Gary Pendergast
2017-11-26 23:57:55 +00:00
parent 611c090b41
commit c90cfa3b50
63 changed files with 265 additions and 262 deletions

View File

@@ -233,7 +233,7 @@ class WP_Posts_List_Table extends WP_List_Table {
$class_html = $aria_current = '';
if ( ! empty( $class ) ) {
$class_html = sprintf(
$class_html = sprintf(
' class="%s"',
esc_attr( $class )
);