Docs: Remove a duplicate @static tag from the WP_Customize_Panel->instance_count property DocBlock.

See #32246.


git-svn-id: https://develop.svn.wordpress.org/trunk@36568 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2016-02-18 00:13:21 +00:00
parent 0e9ff07da5
commit e2dd03abd4

View File

@ -27,7 +27,6 @@ class WP_Customize_Panel {
*
* @static
* @access protected
* @static
* @var int
*/
protected static $instance_count = 0;