From 75451f7b59fc4da28fc9764dcecf90f4499ecc2e Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Fri, 26 Feb 2016 17:03:41 +0000 Subject: [PATCH] Docs: Add missing parameter and return descriptions to the DocBlock for `WP_Theme::__isset()`. See #32246. git-svn-id: https://develop.svn.wordpress.org/trunk@36734 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-wp-theme.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/wp-includes/class-wp-theme.php b/src/wp-includes/class-wp-theme.php index a765655363..cae0e1616d 100644 --- a/src/wp-includes/class-wp-theme.php +++ b/src/wp-includes/class-wp-theme.php @@ -343,7 +343,8 @@ final class WP_Theme implements ArrayAccess { * * @staticvar array $properties * - * @return bool + * @param string $offset Property to check if set. + * @return bool Whether the given property is set. */ public function __isset( $offset ) { static $properties = array(