Ticket #51308: 51308.patch
| File 51308.patch, 487 bytes (added by , 6 years ago) |
|---|
-
src/wp-includes/revision.php
========================================
a b function wp_save_post_revision( $post_id ) { 227 227 * 228 228 * @since 2.6.0 229 229 * 230 * @global wpdb $wpdb WordPress database abstraction object. 231 * 230 232 * @param int $post_id The post ID. 231 233 * @param int $user_id Optional The post author ID. 232 234 * @return WP_Post|false The autosaved data or false on failure or when no autosave exists.