mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 12:50:28 +00:00
Docs: Correct some invalid hook docblocks.
See #48303 git-svn-id: https://develop.svn.wordpress.org/trunk@46729 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -168,9 +168,9 @@ class WP_Text_Diff_Renderer_Table extends Text_Diff_Renderer {
|
||||
*
|
||||
* @since 4.1.0
|
||||
*
|
||||
* @param String $processed_line The processed diffed line.
|
||||
* @param String $line The unprocessed diffed line.
|
||||
* @param string null The line context. Values are 'added', 'deleted' or 'unchanged'.
|
||||
* @param string $processed_line The processed diffed line.
|
||||
* @param string $line The unprocessed diffed line.
|
||||
* @param string $context The line context. Values are 'added', 'deleted' or 'unchanged'.
|
||||
*/
|
||||
$line = apply_filters( 'process_text_diff_html', $processed_line, $line, 'added' );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user