From b98c2c0bb36b5dbce04b75b521909df5840a5a4b Mon Sep 17 00:00:00 2001 From: "Drew Jaynes (DrewAPicture)" Date: Thu, 29 Jan 2015 11:34:52 +0000 Subject: [PATCH] Add missing descriptions to the `$blogid` and `$siteid` property DocBlocks in the `wpdb` class. Props ipm-frommen. See #31008. git-svn-id: https://develop.svn.wordpress.org/trunk@31294 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/wp-db.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/wp-db.php b/src/wp-includes/wp-db.php index a40e5f2f7a..6eed9e8f78 100644 --- a/src/wp-includes/wp-db.php +++ b/src/wp-includes/wp-db.php @@ -230,7 +230,7 @@ class wpdb { var $ready = false; /** - * {@internal Missing Description}} + * Blog ID. * * @since 3.0.0 * @access public @@ -239,7 +239,7 @@ class wpdb { public $blogid = 0; /** - * {@internal Missing Description}} + * Site ID. * * @since 3.0.0 * @access public