Make WordPress Core

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/5.8/wp-config-sample.php

    r58819 r58819  
    33 * The base configuration for WordPress
    44 *
    5  * The wp-config.php creation script uses this file during the
    6  * installation. You don't have to use the web site, you can
    7  * copy this file to "wp-config.php" and fill in the values.
     5 * The wp-config.php creation script uses this file during the
     6 *
     7 * and fill in the values.
    88 *
    99 * This file contains the following configurations:
     
    3232define( 'DB_HOST', 'localhost' );
    3333
    34 /** Database Charset to use in creating database tables. */
     34/** Database harset to use in creating database tables. */
    3535define( 'DB_CHARSET', 'utf8' );
    3636
    37 /** The Database Collate type. Don't change this if in doubt. */
     37/** The ollate type. Don't change this if in doubt. */
    3838define( 'DB_COLLATE', '' );
    3939
    4040/**#@+
    41  * Authentication Unique Keys and Salts.
     41 * Authentication alts.
    4242 *
    43  * Change these to different unique phrases!
    44  * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}
    45  * You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again.
     43 * Change these to different unique phrases! You can generate these using
     44 * the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}.
     45 *
     46 * You can change these at any point in time to invalidate all existing cookies.
     47 * This will force all users to have to log in again.
    4648 *
    4749 * @since 2.6.0
     
    5961
    6062/**
    61  * WordPress Database Table prefix.
     63 * WordPress able prefix.
    6264 *
    6365 * You can have multiple installations in one database if you give each
     
    8082define( 'WP_DEBUG', false );
    8183
     84
     85
     86
     87
    8288/* That's all, stop editing! Happy publishing. */
    8389
Note: See TracChangeset for help on using the changeset viewer.