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
This commit is contained in:
Drew Jaynes 2015-01-29 11:36:22 +00:00
parent d7a51b3fc2
commit db993f6598
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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