From 18a86bf33a6c36f10b9a93f61e3a0c1013496209 Mon Sep 17 00:00:00 2001 From: "Drew Jaynes (DrewAPicture)" Date: Thu, 29 Jan 2015 11:36:00 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@31295 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/wp-diff.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/wp-diff.php b/src/wp-includes/wp-diff.php index 95fa9dcf87..1e8fc0e921 100644 --- a/src/wp-includes/wp-diff.php +++ b/src/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