From e2dd03abd4a9314f2e1266f45bb78d04c13c7812 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Thu, 18 Feb 2016 00:13:21 +0000 Subject: [PATCH] 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 --- src/wp-includes/class-wp-customize-panel.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wp-includes/class-wp-customize-panel.php b/src/wp-includes/class-wp-customize-panel.php index 52277de66d..e33a292818 100644 --- a/src/wp-includes/class-wp-customize-panel.php +++ b/src/wp-includes/class-wp-customize-panel.php @@ -27,7 +27,6 @@ class WP_Customize_Panel { * * @static * @access protected - * @static * @var int */ protected static $instance_count = 0;