Make WordPress Core


Ignore:
Timestamp:
05/22/2016 06:14:19 PM (8 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.php

    r37431 r37492  
    238238        if ( null === $quality ) {
    239239            /**
    240              * Filter the default image compression quality setting.
     240             * Filters the default image compression quality setting.
    241241             *
    242242             * Applies only during initial editor instantiation, or when set_quality() is run
     
    254254            if ( 'image/jpeg' == $this->mime_type ) {
    255255                /**
    256                  * Filter the JPEG compression quality for backward-compatibility.
     256                 * Filters the JPEG compression quality for backward-compatibility.
    257257                 *
    258258                 * Applies only during initial editor instantiation, or when set_quality() is run
     
    334334        if ( ! $this->supports_mime_type( $mime_type ) ) {
    335335            /**
    336              * Filter default mime type prior to getting the file extension.
     336             * Filters default mime type prior to getting the file extension.
    337337             *
    338338             * @see wp_get_mime_types()
Note: See TracChangeset for help on using the changeset viewer.