Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion core/core-settings-map.php
Original file line number Diff line number Diff line change
Expand Up @@ -635,8 +635,9 @@ function czr_fn_header_design_option_map( $get_default = null ) {
'priority' => '1'
),
'notice' => sprintf( __('Make sure the topbar is displayed. You can control the visibility of the topbar in the %s.' , "customizr"),
sprintf( '<a href="%1$s" title="%2$s">Header general design settings</a>',
sprintf( '<a href="%1$s" title="%3$s">%2$s</a>',
"javascript:wp.customize.control('tc_theme_options[tc_header_show_topbar]').focus();",
__("Header general design settings" , "customizr"),
__("jump to the topbar option" , "customizr")
)
)
Expand Down