Make WordPress Core


Ignore:
Timestamp:
03/16/2020 06:38:03 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Various docblock corrections and improvements.

See #49572

File:
1 edited

Legend:

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

    r47448 r47461  
    516516     * @since 2.1.0
    517517     *
    518      * @param string $file          Path to attached file.
    519      * @param int    $attachment_id Attachment ID.
     518     * @param string|false $file          The file path to where the attached file should be, false otherwise.
     519     * @param int          $attachment_id Attachment ID.
    520520     */
    521521    return apply_filters( 'get_attached_file', $file, $attachment_id );
Note: See TracChangeset for help on using the changeset viewer.