Make WordPress Core


Ignore:
Timestamp:
11/30/2017 11:09:33 PM (7 years ago)
Author:
pento
Message:

Code is Poetry.
WordPress' code just... wasn't.
This is now dealt with.

Props jrf, pento, netweb, GaryJ, jdgrimes, westonruter, Greg Sherwood from PHPCS, and everyone who's ever contributed to WPCS and PHPCS.
Fixes #41057.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-site-icon.php

    r41161 r42343  
    2121     * @var int
    2222     */
    23     public $min_size  = 512;
     23    public $min_size = 512;
    2424
    2525    /**
     
    9797            'post_mime_type' => $image_type,
    9898            'guid'           => $url,
    99             'context'        => 'site-icon'
     99            'context'        => 'site-icon',
    100100        );
    101101
Note: See TracChangeset for help on using the changeset viewer.