diff --git a/bootstrap.php b/bootstrap.php index 9831110..6a3cda4 100644 --- a/bootstrap.php +++ b/bootstrap.php @@ -65,8 +65,4 @@ define('EP_ALL', EP_PERMALINK | EP_ATTACHMENT | EP_ROOT | EP_COMMENTS | EP_SEARCH | EP_PAGES | EP_ALL_ARCHIVES); // Templating-related WordPress constants. -// phpcs:ignore WordPress.WP.DiscouragedConstants.STYLESHEETPATHDeclarationFound -define('STYLESHEETPATH', '/app/wp-content/themes/child/'); -// phpcs:ignore WordPress.WP.DiscouragedConstants.TEMPLATEPATHDeclarationFound -define('TEMPLATEPATH', '/app/wp-content/themes/parent/'); define('WP_DEFAULT_THEME', 'twentytwentythree');