Changeset 41686 for trunk/src/wp-includes/Text/Diff/Engine/shell.php
- Timestamp:
- 10/02/2017 10:01:23 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/Text/Diff/Engine/shell.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/Text/Diff/Engine/shell.php
r13211 r41686 136 136 * @access private 137 137 * 138 * @param array &$text_lines Either $from_lines or $to_lines139 * @param int &$line_no Current line number140 * @param int $end Optional end line, when we want to chop more141 * than one line.138 * @param array $text_lines Either $from_lines or $to_lines (passed by reference). 139 * @param int $line_no Current line number (passed by reference). 140 * @param int $end Optional end line, when we want to chop more 141 * than one line. 142 142 * 143 143 * @return array The chopped lines
Note: See TracChangeset
for help on using the changeset viewer.