From 150b4e515799b2b8b61d930bd23fbecadd68eb9f Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Mon, 3 Nov 2014 05:39:22 +0000 Subject: [PATCH] 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 --- wp-includes/version.php | 2 +- wp-includes/wp-diff.php | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 8157814aa6..dbf43f656b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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. diff --git a/wp-includes/wp-diff.php b/wp-includes/wp-diff.php index 4901a4376b..97e7eb9bb5 100644 --- a/wp-includes/wp-diff.php +++ b/wp-includes/wp-diff.php @@ -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 ) {