Ticket #21931: 21931.2.diff
File 21931.2.diff, 497 bytes (added by , 12 years ago) |
---|
-
wp-includes/default-constants.php
277 277 * @since 3.0.0 278 278 */ 279 279 function wp_templating_constants( ) { 280 $theme = wp_get_theme(); 281 if ( $theme->errors() ) 282 wp_die( $theme->errors()->get_error_message() ); 283 280 284 /** 281 285 * Filesystem path to the current active template directory 282 286 * @since 1.5.0