Make WordPress Core


Ignore:
Timestamp:
03/07/2013 03:32:26 PM (12 years ago)
Author:
westi
Message:

Revisions: Updates to the new Revisions UI.

Various Updates including:

  • i18n fixes
  • Added tracking of what revision ID was restored
  • async fetching of diffs so that slider works sooner even with many revisions

See #23497 props adamsilverstein, ethitter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/pluggable.php

    r23593 r23639  
    17201720    $r  = "<table class='diff'>\n";
    17211721
    1722     if ( isset( $args[ 'showsplitview' ] ) && 'true' == $args[ 'showsplitview' ] ) {
     1722    if ( ! empty( $args[ 'show_split_view' ] ) ) {
    17231723        $r .= "<col class='content diffsplit left' /><col class='content diffsplit middle' /><col class='content diffsplit right' />";
    17241724    } else {
Note: See TracChangeset for help on using the changeset viewer.