Make WordPress Core

Changeset 49965


Ignore:
Timestamp:
01/16/2021 05:19:00 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Coding Standards: Fix WPCS issue in [49963].

Props pawki07, mukesh27.
Fixes #52316. See #51800.

File:
1 edited

Legend:

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

    r49963 r49965  
    62246224 *
    62256225 * @param int $post_id Optional. Attachment ID. Default is the ID of the global `$post`.
    6226  * @return string|false Attachment caption on success, false on failure. 
     6226 * @return string|false Attachment caption on success, false on failure.
    62276227 */
    62286228function wp_get_attachment_caption( $post_id = 0 ) {
Note: See TracChangeset for help on using the changeset viewer.