Ticket #26887: tableprefix.3.diff
File tableprefix.3.diff, 349 bytes (added by , 11 years ago) |
---|
-
wp-includes/wp-db.php
171 171 var $prefix = ''; 172 172 173 173 /** 174 * WordPress base table prefix 175 * 176 * @since 3.0 177 * @access public 178 * @var string 179 */ 180 public $base_prefix; 181 182 /** 174 183 * Whether the database queries are ready to start executing. 175 184 * 176 185 * @since 2.3.2