Changeset 49963 for trunk/src/wp-includes/post.php
- Timestamp:
- 01/15/2021 08:06:50 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r49936 r49963 6224 6224 * 6225 6225 * @param int $post_id Optional. Attachment ID. Default is the ID of the global `$post`. 6226 * @return string|false False on failure. Attachment caption on success.6226 * @return string|false Attachment caption on success, false on failure. 6227 6227 */ 6228 6228 function wp_get_attachment_caption( $post_id = 0 ) { … … 6257 6257 * 6258 6258 * @param int $post_id Optional. Attachment ID. Default 0. 6259 * @return string|false False on failure. Thumbnail file path on success.6259 * @return string|false Thumbnail file path on success, false on failure. 6260 6260 */ 6261 6261 function wp_get_attachment_thumb_file( $post_id = 0 ) { … … 6297 6297 * 6298 6298 * @param int $post_id Optional. Attachment ID. Default 0. 6299 * @return string|false False on failure. Thumbnail URL on success.6299 * @return string|false Thumbnail URL on success, false on failure. 6300 6300 */ 6301 6301 function wp_get_attachment_thumb_url( $post_id = 0 ) {
Note: See TracChangeset
for help on using the changeset viewer.