Make WordPress Core


Ignore:
Timestamp:
05/16/2021 08:43:21 AM (3 years ago)
Author:
SergeyBiryukov
Message:

Docs: Update documentation in wp-config-sample.php per the documentation standards.

See #52628.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-config-sample.php

    r50917 r50918  
    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 installation.
     6 * You don't have to use the web site, you can copy this file to "wp-config.php"
     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 charset 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 database collate type. Don't change this if in doubt. */
    3838define( 'DB_COLLATE', '' );
    3939
    4040/**#@+
    41  * Authentication Unique Keys and Salts.
     41 * Authentication unique keys and salts.
    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 database table prefix.
    6264 *
    6365 * You can have multiple installations in one database if you give each
     
    8486
    8587
    86 /** Custom Values must appear above this line. That's all, stop editing! Happy publishing. */
     88/** Custom values must be above this line. That's all, stop editing! Happy publishing. */
    8789
    8890/** Absolute path to the WordPress directory. */
Note: See TracChangeset for help on using the changeset viewer.