wp/wp-config-sample.php
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
equal deleted inserted replaced
21:48c4eec2b7e6 22:8c2e4d02f4ef
    62 /**
    62 /**
    63  * WordPress database table prefix.
    63  * WordPress database table prefix.
    64  *
    64  *
    65  * You can have multiple installations in one database if you give each
    65  * You can have multiple installations in one database if you give each
    66  * a unique prefix. Only numbers, letters, and underscores please!
    66  * a unique prefix. Only numbers, letters, and underscores please!
       
    67  *
       
    68  * At the installation time, database tables are created with the specified prefix.
       
    69  * Changing this value after WordPress is installed will make your site think
       
    70  * it has not been installed.
       
    71  *
       
    72  * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix
    67  */
    73  */
    68 $table_prefix = 'wp_';
    74 $table_prefix = 'wp_';
    69 
    75 
    70 /**
    76 /**
    71  * For developers: WordPress debugging mode.
    77  * For developers: WordPress debugging mode.