Opened 6 years ago
Closed 5 years ago
#47224 closed defect (bug) (fixed)
Document the `show_split_view` argument for `wp_text_diff()`
Reported by: | jeremyfelt | Owned by: | adamsilverstein |
---|---|---|---|
Milestone: | 5.3 | Priority: | normal |
Severity: | normal | Version: | 2.6 |
Component: | Revisions | Keywords: | good-first-bug has-patch |
Focuses: | docs | Cc: |
Description
wp_text_diff()
accepts an optional $args
array of title
, title_left
, title_right
, and show_split_view
. Of these, show_split_view
is not documented.
It's possible that other arguments can be passed on to create WP_Text_Diff_Renderer_Table
, but this at least covers those that are used in wp_text_diff()
itself.
Attachments (1)
Change History (6)
Note: See
TracTickets for help on using
tickets.
Added description for "show_split_view" in the file