Changeset 30739 for trunk/src/wp-admin/includes/revision.php
- Timestamp:
- 12/04/2014 02:35:02 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/revision.php
r30695 r30739 76 76 77 77 $args = array( 78 'show_split_view' => false78 'show_split_view' => true 79 79 ); 80 80 … … 89 89 * Associative array of options to pass to {@see wp_text_diff()}. 90 90 * 91 * @type bool $show_split_view False for split view (two columns), true for92 * un-split view (single column). Default false.91 * @type bool $show_split_view True for split view (two columns), false for 92 * un-split view (single column). Default true. 93 93 * } 94 94 * @param string $field The current revision field.
Note: See TracChangeset
for help on using the changeset viewer.