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
This commit is contained in:
Drew Jaynes (DrewAPicture) 2015-01-29 11:36:00 +00:00
parent b98c2c0bb3
commit 18a86bf33a
1 changed files with 1 additions and 1 deletions

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