Changeset 30284 for trunk/src/wp-includes/revision.php
- Timestamp:
- 11/08/2014 08:55:14 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/revision.php
r30155 r30284 78 78 * @since 2.6.0 79 79 * 80 * @param int 81 * @return mixedNull or 0 if error, new revision ID, if success.80 * @param int $post_id The ID of the post to save as a revision. 81 * @return null|int Null or 0 if error, new revision ID, if success. 82 82 */ 83 83 function wp_save_post_revision( $post_id ) { … … 456 456 * @since 3.6.0 457 457 * 458 * @param object $post The post object.458 * @param WP_Post $post The post object. 459 459 * @return int The number of revisions to keep. 460 460 */
Note: See TracChangeset
for help on using the changeset viewer.