mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-05 05:04:31 +00:00
Docs: Typo corrections in various API docblocks.
Props hasanuzzamanshamim. Fixes #55073. See #54729. git-svn-id: https://develop.svn.wordpress.org/trunk@52680 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -255,7 +255,7 @@ class WP_Text_Diff_Renderer_Table extends Text_Diff_Renderer {
|
||||
* - match is numeric: an index in other column.
|
||||
* - match is 'X': no match. It is a new row.
|
||||
* *_rows are column vectors for the orig column and the final column.
|
||||
* - row >= 0: an indix of the $orig or $final array.
|
||||
* - row >= 0: an index of the $orig or $final array.
|
||||
* - row < 0: a blank row for that column.
|
||||
*/
|
||||
list($orig_matches, $final_matches, $orig_rows, $final_rows) = $this->interleave_changed_lines( $orig, $final );
|
||||
|
||||
Reference in New Issue
Block a user