Changeset 24363 for trunk/wp-includes/Text/Diff.php
- Timestamp:
- 05/25/2013 10:10:53 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/Text/Diff.php
r24362 r24363 206 206 * @param integer $key The index of the line in the array. Not used. 207 207 */ 208 function trimNewlines(&$line, $key)208 static function trimNewlines(&$line, $key) 209 209 { 210 210 $line = str_replace(array("\n", "\r"), '', $line);
Note: See TracChangeset
for help on using the changeset viewer.