Changeset 56231 for trunk/src/wp-includes/default-constants.php
- Timestamp:
- 07/14/2023 02:08:04 PM (2 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/default-constants.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-constants.php
r56223 r56231 79 79 80 80 /* 81 * Add define( 'WP_DEVELOPMENT_MODE', 'core' ) or define( 'WP_DEVELOPMENT_MODE', 'plugin' )or82 * define( 'WP_DEVELOPMENT_MODE', 'theme' ) or define( 'WP_DEVELOPMENT_MODE', 'all' ) to wp-config.php81 * Add define( 'WP_DEVELOPMENT_MODE', 'core' ), or define( 'WP_DEVELOPMENT_MODE', 'plugin' ), or 82 * define( 'WP_DEVELOPMENT_MODE', 'theme' ), or define( 'WP_DEVELOPMENT_MODE', 'all' ) to wp-config.php 83 83 * to signify development mode for WordPress core, a plugin, a theme, or all three types respectively. 84 84 */
Note: See TracChangeset
for help on using the changeset viewer.