Skip to content

Commit 83f45cd

Browse files
committed
removed title from credit link
1 parent 04a3790 commit 83f45cd

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

includes/template-global.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,9 +295,8 @@ function carelib_get_customizer_link( $args = array() ) {
295295
* @return string
296296
*/
297297
function carelib_get_credit_link() {
298-
$link = sprintf( '<a class="author-link" href="%s" title="%s">%s</a>',
298+
$link = sprintf( '<a class="author-link" href="%s">%s</a>',
299299
'https://www.wpsitecare.com',
300-
__( 'Free WordPress Theme by', 'carelib' ) . ' WP Site Care',
301300
'WP Site Care'
302301
);
303302
return apply_filters( 'carelib_credit_link', $link );

0 commit comments

Comments
 (0)