Skip to content

Commit

Permalink
Update functions.php
Browse files Browse the repository at this point in the history
fix dashboard-customize file ref
  • Loading branch information
chrisherold authored Apr 9, 2024
1 parent 361eb74 commit 47256b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wordpress/wp-content/themes/headless/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function bubs_theme_options($wp_customize) {
include_once 'setup/helpers/admin.php';
include_once 'setup/helpers/admin-env.php';
include_once 'setup/helpers/auth.php';
include_once 'setup/helpers/dashboard-preview.php';
include_once 'setup/helpers/dashboard-customize.php';
include_once 'setup/helpers/gutenberg-disable.php';
include_once 'setup/helpers/headless-redirect.php';
include_once 'setup/helpers/images.php';
Expand Down

0 comments on commit 47256b7

Please sign in to comment.