Make WordPress Core


Ignore:
Timestamp:
07/23/2020 07:37:57 AM (5 years ago)
Author:
johnbillion
Message:

Docs: Further corrections and improvements to various inline docblocks.

See #49572

File:
1 edited

Legend:

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

    r48110 r48576  
    454454        chmod( $filename, $perms );
    455455
    456         /**
    457          * Filters the name of the saved image file.
    458          *
    459          * @since 2.6.0
    460          *
    461          * @param string $filename Name of the file.
    462          */
    463456        return array(
    464457            'path'      => $filename,
     458            /**
     459             * Filters the name of the saved image file.
     460             *
     461             * @since 2.6.0
     462             *
     463             * @param string $filename Name of the file.
     464             */
    465465            'file'      => wp_basename( apply_filters( 'image_make_intermediate_size', $filename ) ),
    466466            'width'     => $this->size['width'],
Note: See TracChangeset for help on using the changeset viewer.