Make WordPress Core

Changeset 885 in tests


Ignore:
Timestamp:
07/08/2012 11:29:32 AM (13 years ago)
Author:
nbachiyski
Message:

Put prefix and lang configuration in the back with no docs

Every developer knows what these do and we neither need the noise from
the docs, nor we need to change them often.

File:
1 edited

Legend:

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

    r884 r885  
    2929define( 'DB_COLLATE', '' );
    3030
    31 // You can have multiple installations in one database if you give each a unique prefix
    32 $table_prefix  = 'wp_';   // Only numbers, letters, and underscores please!
    33 
    34 // Change this to localize WordPress.  A corresponding MO file for the
    35 // chosen language must be installed to wp-content/languages.
    36 // For example, install de.mo to wp-content/languages and set WPLANG to 'de'
    37 // to enable German language support.
    38 define ( 'WPLANG', '' );
    39 
    4031define( 'WP_TESTS_DOMAIN', 'example.org' );
    4132define( 'WP_TESTS_EMAIL', 'admin@example.org' );
     
    4334
    4435define( 'WP_PHP_BINARY', 'php' );
     36
     37define ( 'WPLANG', '' );
     38$table_prefix  = 'wp_';   // Only numbers, letters, and underscores please!
Note: See TracChangeset for help on using the changeset viewer.