@since for wpdb's result property. props SergeyBiryukov. see #21533.

git-svn-id: http://core.svn.wordpress.org/trunk@21513 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2012-08-14 20:34:12 +00:00
parent f965d758fc
commit 2b21b814a1
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ class wpdb {
/** /**
* MySQL result, which is either a resource or boolean. * MySQL result, which is either a resource or boolean.
* *
* @since unknown * @since 0.71
* @access protected * @access protected
* @var mixed * @var mixed
*/ */