Changeset 21521 for trunk/wp-includes/wp-db.php
- Timestamp:
- 08/15/2012 03:32:35 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/wp-db.php
r21513 r21521 89 89 * Count of rows returned by previous query 90 90 * 91 * @since 1.2.091 * @since 0.71 92 92 * @access private 93 93 * @var int … … 114 114 115 115 /** 116 * Saved result of the last query made117 * 118 * @since 1.2.0116 * Last query made 117 * 118 * @since 0.71 119 119 * @access private 120 120 * @var array … … 125 125 * Results of the last query made 126 126 * 127 * @since 1.0.0127 * @since 0.71 128 128 * @access private 129 129 * @var array|null … … 143 143 * Saved info on the table column 144 144 * 145 * @since 1.2.0145 * @since 0.71 146 146 * @access protected 147 147 * @var array … … 165 165 * security precautions. 166 166 * 167 * @since 0.71167 * @since 2.5.0 168 168 * @access private 169 169 * @var string … … 174 174 * Whether the database queries are ready to start executing. 175 175 * 176 * @since 2. 5.0176 * @since 2.3.2 177 177 * @access private 178 178 * @var bool … … 463 463 * Database Password 464 464 * 465 * @since 3. 5.0465 * @since 3.1.0 466 466 * @access protected 467 467 * @var string … … 472 472 * Database Name 473 473 * 474 * @since 3. 5.0474 * @since 3.1.0 475 475 * @access protected 476 476 * @var string … … 481 481 * Database Host 482 482 * 483 * @since 3. 5.0483 * @since 3.1.0 484 484 * @access protected 485 485 * @var string … … 490 490 * Database Handle 491 491 * 492 * @since 3.5.0492 * @since 0.71 493 493 * @access protected 494 494 * @var string
Note: See TracChangeset
for help on using the changeset viewer.