Changeset 47060 for trunk/src/wp-includes/revision.php
- Timestamp:
- 01/11/2020 06:30:58 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/revision.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/revision.php
r46821 r47060 254 254 * 255 255 * @param int|WP_Post $post Post ID or post object. 256 * @return false|int False if not a revision, ID of revision's parent otherwise.256 * @return int|false ID of revision's parent on success, false if not a revision. 257 257 */ 258 258 function wp_is_post_revision( $post ) { … … 271 271 * 272 272 * @param int|WP_Post $post Post ID or post object. 273 * @return false|int False if not a revision, ID of autosave's parent otherwise273 * @return int|false ID of autosave's parent on success, false if not a revision. 274 274 */ 275 275 function wp_is_post_autosave( $post ) {
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)