Changeset 31554 for trunk/src/wp-admin/includes/image-edit.php
- Timestamp:
- 02/26/2015 05:47:53 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/image-edit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/image-edit.php
r31529 r31554 462 462 if ( count($changes) > 1 ) { 463 463 $filtered = array($changes[0]); 464 for ( $i = 0, $j = 1 ; $j < count($changes); $j++ ) {464 for ( $i = 0, $j = 1, $c = count( $changes ); $j < $c; $j++ ) { 465 465 $combined = false; 466 466 if ( $filtered[$i]->type == $changes[$j]->type ) {
Note: See TracChangeset
for help on using the changeset viewer.