Make WordPress Core


Ignore:
Timestamp:
11/26/2017 11:56:25 PM (7 years ago)
Author:
pento
Message:

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.

File:
1 edited

Legend:

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

    r42201 r42228  
    196196                        /** This action is documented in wp-admin/options-reading.php */
    197197                        do_action( 'blog_privacy_selector' );
    198                      } else { ?>
     198                    } else { ?>
    199199                        <label for="blog_public"><input name="blog_public" type="checkbox" id="blog_public" value="0" <?php checked( 0, $blog_public ); ?> />
    200200                        <?php _e( 'Discourage search engines from indexing this site' ); ?></label>
Note: See TracChangeset for help on using the changeset viewer.