Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Made string translatable in core-settings-map.php file #1915

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
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