Make WordPress Core


Ignore:
Timestamp:
05/29/2015 03:42:40 PM (10 years ago)
Author:
wonderboymusic
Message:

Add @static* annotations where they are missing.
Initialize all static vars that are not, most to null.

See #32444.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-image-editor-gd.php

    r32554 r32650  
    3535     *
    3636     * @since 3.5.0
     37     *
     38     * @static
    3739     * @access public
    3840     *
    3941     * @param array $args
    40      * @return boolean
     42     * @return bool
    4143     */
    4244    public static function test( $args = array() ) {
     
    5961     *
    6062     * @since 3.5.0
     63     *
     64     * @static
    6165     * @access public
    6266     *
    6367     * @param string $mime_type
    64      * @return boolean
     68     * @return bool
    6569     */
    6670    public static function supports_mime_type( $mime_type ) {
Note: See TracChangeset for help on using the changeset viewer.