Changeset 24790 for trunk/wp-admin/includes/ajax-actions.php
- Timestamp:
- 07/24/2013 06:08:14 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/ajax-actions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/ajax-actions.php
r24713 r24790 2100 2100 2101 2101 // Really just pre-loading the cache here. 2102 if ( ! $revisions = wp_get_post_revisions( $post->ID ) )2102 if ( ! $revisions = wp_get_post_revisions( $post->ID, array( 'check_enabled' => false ) ) ) 2103 2103 wp_send_json_error(); 2104 2104
Note: See TracChangeset
for help on using the changeset viewer.