Ticket #21582: 21582.2.patch
| File 21582.2.patch, 1.7 KB (added by , 14 years ago) |
|---|
-
wp-includes/wp-db.php
88 88 /** 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 94 94 */ … … 113 113 var $insert_id = 0; 114 114 115 115 /** 116 * Saved result of the last query made116 * Last query made 117 117 * 118 * @since 1.2.0118 * @since 0.71 119 119 * @access private 120 120 * @var array 121 121 */ … … 124 124 /** 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 130 130 */ … … 142 142 /** 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 148 148 */ … … 164 164 * in a single database. The second reason is for possible 165 165 * security precautions. 166 166 * 167 * @since 0.71167 * @since 2.5.0 168 168 * @access private 169 169 * @var string 170 170 */ … … 173 173 /** 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 179 179 */ … … 462 462 /** 463 463 * Database Password 464 464 * 465 * @since 3. 5.0465 * @since 3.1.0 466 466 * @access protected 467 467 * @var string 468 468 */ … … 471 471 /** 472 472 * Database Name 473 473 * 474 * @since 3. 5.0474 * @since 3.1.0 475 475 * @access protected 476 476 * @var string 477 477 */ … … 480 480 /** 481 481 * Database Host 482 482 * 483 * @since 3. 5.0483 * @since 3.1.0 484 484 * @access protected 485 485 * @var string 486 486 */ … … 489 489 /** 490 490 * Database Handle 491 491 * 492 * @since 3.5.0492 * @since 0.71 493 493 * @access protected 494 494 * @var string 495 495 */