mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-16 11:35:48 +00:00
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:
parent
d7a51b3fc2
commit
db993f6598
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user