mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-01 21:21:24 +01:00
Fill in the @param
types for the args in WP_Text_Diff_Renderer_Table->interleave_changed_lines()
.
See #30224. Built from https://develop.svn.wordpress.org/trunk@30192 git-svn-id: http://core.svn.wordpress.org/trunk@30192 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
3e4ca28eb9
commit
150b4e5157
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.1-alpha-30191';
|
||||
$wp_version = '4.1-alpha-30192';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
@ -309,9 +309,9 @@ class WP_Text_Diff_Renderer_Table extends Text_Diff_Renderer {
|
||||
*
|
||||
* @since 2.6.0
|
||||
*
|
||||
* @param unknown_type $orig
|
||||
* @param unknown_type $final
|
||||
* @return unknown
|
||||
* @param array $orig
|
||||
* @param array $final
|
||||
* @return array
|
||||
*/
|
||||
public function interleave_changed_lines( $orig, $final ) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user