Changeset 28264
- Timestamp:
- 05/06/2014 03:44:30 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/revision.php
r25868 r28264 109 109 function wp_prepare_revisions_for_js( $post, $selected_revision_id, $from = null ) { 110 110 $post = get_post( $post ); 111 $ revisions = $authors = array();111 $authors = array(); 112 112 $now_gmt = time(); 113 113
Note: See TracChangeset
for help on using the changeset viewer.