Changeset 38125 for trunk/src/wp-includes/post.php
- Timestamp:
- 07/20/2016 07:32:05 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r38118 r38125 4317 4317 * 4318 4318 * @since 1.5.0 4319 * @since 4.6.0 The $page parameter isoptional.4319 * @since 4.6.0 Converted the `$page` parameter to optional. 4320 4320 * 4321 4321 * @param WP_Post|object|int $page Optional. Page ID or WP_Post object. Default is global $post. … … 4956 4956 * @since 4.6.0 4957 4957 * 4958 * @param int $post_id Optional. Attachment ID. Default 0.4958 * @param int $post_id Optional. Attachment ID. Default is the ID of the global `$post`. 4959 4959 * @return string|false False on failure. Attachment caption on success. 4960 4960 */
Note: See TracChangeset
for help on using the changeset viewer.