Skip to content

Commit ee5768b

Browse files
committed
Txt fix
1 parent d60a9c2 commit ee5768b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

includes/admin/class-admin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020

2121
/**
22-
* Class to register the Better Search Admin Area.
22+
* Class to register the Knowledge Base Admin Area.
2323
*
2424
* @since 2.3.0
2525
*/

includes/util/class-helpers.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function __construct() {
2929
}
3030

3131
/**
32-
* Get the link to Better Search homepage.
32+
* Get the link to Knowledge Base homepage.
3333
*
3434
* @since 2.3.0
3535
*
@@ -39,7 +39,7 @@ public static function get_credit_link() {
3939

4040
$output = '<div class="wzkb_credit" style="text-align:center;border-top:1px dotted #000;display:block;margin-top:5px;"><small>';
4141

42-
/* translators: 1: Opening a tag and Better Search, 2: Closing a tag. */
42+
/* translators: 1: Opening a tag and Knowledge Base, 2: Closing a tag. */
4343
$output .= sprintf( __( 'Powered by %1$s plugin%2$s', 'knowledgebase' ), '<a href="https://webberzone.com/plugins/knowledgebase/" rel="nofollow">Knowledge Base', '</a></small></div>' );
4444

4545
return $output;

0 commit comments

Comments
 (0)