Changeset 56223 for trunk/src/wp-includes/default-constants.php
- Timestamp:
- 07/13/2023 12:27:06 AM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/default-constants.php
r56180 r56223 80 80 /* 81 81 * Add define( 'WP_DEVELOPMENT_MODE', 'core' ) or define( 'WP_DEVELOPMENT_MODE', 'plugin' ) or 82 * define( 'WP_DEVELOPMENT_MODE', 'theme' ) to wp-config.php to signify development mode for WordPress core, a83 * plugin, or a themerespectively.82 * define( 'WP_DEVELOPMENT_MODE', 'theme' ) or define( 'WP_DEVELOPMENT_MODE', 'all' ) to wp-config.php 83 * to signify development mode for WordPress core, a plugin, a theme, or all three types respectively. 84 84 */ 85 85 if ( ! defined( 'WP_DEVELOPMENT_MODE' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.