Changeset 49965
- Timestamp:
- 01/16/2021 05:19:00 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r49963 r49965 6224 6224 * 6225 6225 * @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. 6227 6227 */ 6228 6228 function wp_get_attachment_caption( $post_id = 0 ) {
Note: See TracChangeset
for help on using the changeset viewer.