Make WordPress Core

Changeset 28264


Ignore:
Timestamp:
05/06/2014 03:44:30 AM (9 years ago)
Author:
wonderboymusic
Message:

Remove unused variable setting for $revisions in wp_prepare_revisions_for_js().

See #27882.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/revision.php

    r25868 r28264  
    109109function wp_prepare_revisions_for_js( $post, $selected_revision_id, $from = null ) {
    110110    $post = get_post( $post );
    111     $revisions = $authors = array();
     111    $authors = array();
    112112    $now_gmt = time();
    113113
Note: See TracChangeset for help on using the changeset viewer.