Make WordPress Core

Ticket #26887: tableprefix.3.diff

File tableprefix.3.diff, 349 bytes (added by DavidAnderson, 11 years ago)
  • wp-includes/wp-db.php

     
    171171        var $prefix = '';
    172172
    173173        /**
     174         * WordPress base table prefix
     175         *
     176         * @since 3.0
     177         * @access public
     178         * @var string
     179         */
     180         public $base_prefix;
     181
     182        /**
    174183         * Whether the database queries are ready to start executing.
    175184         *
    176185         * @since 2.3.2