From db993f6598a55ccc606a051e423a06c121ead45e Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Thu, 29 Jan 2015 11:36:22 +0000 Subject: [PATCH] Add a missing description for the `$_diff_threshold` property in the `WP_Text_Diff_Renderer_Table` class. Props ipm-frommen. Fixes #31008. Built from https://develop.svn.wordpress.org/trunk@31295 git-svn-id: http://core.svn.wordpress.org/trunk@31276 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- wp-includes/wp-diff.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index ace160cddc..b1b3deff7c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2-alpha-31294'; +$wp_version = '4.2-alpha-31295'; /** * 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 95fa9dcf87..1e8fc0e921 100644 --- a/wp-includes/wp-diff.php +++ b/wp-includes/wp-diff.php @@ -42,7 +42,7 @@ class WP_Text_Diff_Renderer_Table extends Text_Diff_Renderer { public $_trailing_context_lines = 10000; /** - * {@internal Missing Description}} + * Threshold for when a diff should be saved or omitted. * * @var float * @access protected