Skip to content

Commit ffd4d2e

Browse files
authored
Merge pull request #152 from brainstormforce/other-changes-shared
Notice url and setting title changes
2 parents 101e9ae + 2237bab commit ffd4d2e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

admin/render-admin-panel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
?>
99

1010
<div id="fl-bb-header-footer-form" class="fl-settings-form bb-header-footer-fl-settings-form" style="max-width: 550px;">
11-
<h3>BB header Footer</h3>
11+
<h3>BB Header Footer</h3>
1212

1313
<form id="bb-header-footer-form" action="<?php FLBuilderAdminSettings::render_form_action( 'bb-header-footer' ); ?>"
1414
method="post">

class-bb-header-footer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ public function body_class( $classes ) {
168168
*/
169169
public function unsupported_theme() {
170170
$class = 'notice notice-error';
171-
$message = __( 'Hey, your current theme is not supported by BB Header Footer, click <a href="https://github.com/brainstormforce/bb-header-footer#which-themes-are-supported-by-this-plugin">here</a> to check out the supported themes.', 'bb-header-footer' );
171+
$message = __( 'Hey, your current theme is not supported by BB Header Footer, click <a href="https://github.com/brainstormforce/bb-header-footer#which-themes-are-supported-by-this-plugin" target="_blank">here</a> to check out the supported themes.', 'bb-header-footer' );
172172

173173
printf( '<div class="%1$s"><p>%2$s</p></div>', $class, $message );
174174
}

0 commit comments

Comments
 (0)