Changeset 49194 for trunk/src/wp-includes/Text/Diff.php
- Timestamp:
- 10/18/2020 05:31:37 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/Text/Diff.php
r49185 r49194 277 277 $prevtype = null; 278 278 foreach ($this->_edits as $edit) { 279 if ($ prevtype == get_class($edit)) {279 if ($edit instanceof $prevtype) { 280 280 trigger_error("Edit sequence is non-optimal", E_USER_ERROR); 281 281 }
Note: See TracChangeset
for help on using the changeset viewer.