Skip to content

Commit 8b41614

Browse files
committed
Updated site care url
1 parent ff2e3b8 commit 8b41614

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
{
99
"name" : "Robert Neu",
1010
"email" : "rob@wpsitecare.com",
11-
"homepage": "http://www.wpsitecare.com"
11+
"homepage": "https://www.wpsitecare.com"
1212
}
1313
],
1414
"support" : {

includes/template-global.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ function carelib_get_customizer_link( $args = array() ) {
272272
*/
273273
function carelib_get_credit_link() {
274274
$link = sprintf( '<a class="author-link" href="%s" title="%s">%s</a>',
275-
'http://www.wpsitecare.com',
275+
'https://www.wpsitecare.com',
276276
__( 'Free WordPress Theme by', 'carelib' ) . ' WP Site Care',
277277
'WP Site Care'
278278
);

0 commit comments

Comments
 (0)