Make WordPress Core


Ignore:
Timestamp:
11/30/2017 11:09:33 PM (8 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-includes/customize/class-wp-customize-image-control.php

    r41550 r42343  
    1616 */
    1717class WP_Customize_Image_Control extends WP_Customize_Upload_Control {
    18     public $type = 'image';
     18    public $type      = 'image';
    1919    public $mime_type = 'image';
    2020
     
    3535    public function add_tab( $id, $label, $callback ) {
    3636        _deprecated_function( __METHOD__, '4.1.0' );
    37     }
     37    }
    3838
    3939    /**
     
    4545    public function remove_tab( $id ) {
    4646        _deprecated_function( __METHOD__, '4.1.0' );
    47     }
     47    }
    4848
    4949    /**
     
    5656    public function print_tab_image( $url, $thumbnail_url = null ) {
    5757        _deprecated_function( __METHOD__, '4.1.0' );
    58     }
     58    }
    5959}
Note: See TracChangeset for help on using the changeset viewer.