Skip to content

Commit 47256b7

Browse files
authored
Update functions.php
fix dashboard-customize file ref
1 parent 361eb74 commit 47256b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wordpress/wp-content/themes/headless/functions.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ function bubs_theme_options($wp_customize) {
5454
include_once 'setup/helpers/admin.php';
5555
include_once 'setup/helpers/admin-env.php';
5656
include_once 'setup/helpers/auth.php';
57-
include_once 'setup/helpers/dashboard-preview.php';
57+
include_once 'setup/helpers/dashboard-customize.php';
5858
include_once 'setup/helpers/gutenberg-disable.php';
5959
include_once 'setup/helpers/headless-redirect.php';
6060
include_once 'setup/helpers/images.php';

0 commit comments

Comments
 (0)