Make WordPress Core


Ignore:
Timestamp:
10/02/2017 10:01:23 PM (9 years ago)
Author:
johnbillion
Message:

Docs: Remove & prefixes from parameter documentation to avoid doc parsing errors.

Props sudar for the original patch.

See #35974

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/Text/Diff/Engine/shell.php

    r13211 r41686  
    136136     * @access private
    137137     *
    138      * @param array &$text_lines Either $from_lines or $to_lines
    139      * @param int   &$line_no    Current line number
    140      * @param int   $end         Optional end line, when we want to chop more
    141      *                           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.
    142142     *
    143143     * @return array The chopped lines
Note: See TracChangeset for help on using the changeset viewer.