Make WordPress Core


Ignore:
Timestamp:
11/08/2021 10:43:52 AM (3 years ago)
Author:
johnbillion
Message:

Docs: Fix some docblock syntax errors and add a missing canonical reference.

See #53399, #52867, #38942, #53668

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/functions.php

    r52032 r52034  
    26362636        // when regenerated. If yes, ensure the new file name will be unique and will produce unique sub-sizes.
    26372637        if ( $is_image ) {
     2638            /** This filter is documented in wp-includes/class-wp-image-editor.php */
    26382639            $output_formats = apply_filters( 'image_editor_output_format', array(), $_dir . $filename, $mime_type );
    26392640            $alt_types      = array();
Note: See TracChangeset for help on using the changeset viewer.