Make WordPress Core


Ignore:
Timestamp:
05/22/2016 06:14:19 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Standardize filter docs in core classes in wp-includes/* to use third-person singular verbs per the inline documentation standards for PHP.

See #36913.

File:
1 edited

Legend:

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

    r35479 r37492  
    9898
    9999        /**
    100          * Filter the memory limit allocated for image manipulation.
     100         * Filters the memory limit allocated for image manipulation.
    101101         *
    102102         * @since 3.5.0
     
    430430
    431431        /**
    432          * Filter the name of the saved image file.
     432         * Filters the name of the saved image file.
    433433         *
    434434         * @since 2.6.0
Note: See TracChangeset for help on using the changeset viewer.