Skip to content

Commit bc04236

Browse files
committed
Updated to reflect new ownership
1 parent 83f45cd commit bc04236

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+54
-54
lines changed

README.md

Lines changed: 1 addition & 1 deletion

admin/actions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Methods for handling admin JavaScript and CSS in the library.
44
*
55
* @package CareLib
6-
* @copyright Copyright (c) 2016, WP Site Care, LLC
6+
* @copyright Copyright (c) 2018, Cipher Development, LLC
77
* @license GPL-2.0+
88
* @since 1.0.0
99
*/

admin/layouts.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Methods for interacting with `CareLib_Layout` objects within the admin panel.
44
*
55
* @package CareLib
6-
* @copyright Copyright (c) 2016, WP Site Care, LLC
6+
* @copyright Copyright (c) 2018, Cipher Development, LLC
77
* @license GPL-2.0+
88
* @since 1.0.0
99
*/

admin/metabox-post-layouts.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Adds the layout meta box to the post editing screen if layouts exist.
44
*
55
* @package CareLib
6-
* @copyright Copyright (c) 2016, WP Site Care, LLC
6+
* @copyright Copyright (c) 2018, Cipher Development, LLC
77
* @license GPL-2.0+
88
* @since 1.0.0
99
*/

admin/scripts.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Methods for handling admin JavaScript and CSS in the library.
44
*
55
* @package CareLib
6-
* @copyright Copyright (c) 2016, WP Site Care, LLC
6+
* @copyright Copyright (c) 2018, Cipher Development, LLC
77
* @license GPL-2.0+
88
* @since 1.0.0
99
*/

admin/styles.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Methods for handling admin JavaScript and CSS in the library.
44
*
55
* @package CareLib
6-
* @copyright Copyright (c) 2016, WP Site Care, LLC
6+
* @copyright Copyright (c) 2018, Cipher Development, LLC
77
* @license GPL-2.0+
88
* @since 1.0.0
99
*/

admin/templates/layout-select.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* A template part for displaying the post layout metabox.
44
*
55
* @package CareLib
6-
* @copyright Copyright (c) 2016, WP Site Care, LLC
6+
* @copyright Copyright (c) 2018, Cipher Development, LLC
77
* @license GPL-2.0+
88
* @since 1.0.0
99
*/

admin/templates/metabox-post-layouts.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* A template part for displaying the post layout metabox.
44
*
55
* @package CareLib
6-
* @copyright Copyright (c) 2016, WP Site Care, LLC
6+
* @copyright Copyright (c) 2018, Cipher Development, LLC
77
* @license GPL-2.0+
88
* @since 1.0.0
99
*/

carelib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Load all required library files.
44
*
55
* @package CareLib
6-
* @copyright Copyright (c) 2016, WP Site Care, LLC
6+
* @copyright Copyright (c) 2018, Cipher Development, LLC
77
* @license GPL-2.0+
88
* @since 1.0.0
99
*/

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
2-
"name" : "wpsitecare/carelib",
2+
"name" : "cipherdevgroup/carelib",
33
"description": "A collection of helpful functions to make creating an awesome theme more enjoyable.",
44
"keywords" : ["wordpress"],
5-
"homepage" : "https://github.com/wpsitecare/carelib",
5+
"homepage" : "https://github.com/cipherdevgroup/carelib",
66
"license" : "GPL-2.0+",
77
"authors" : [
88
{
99
"name" : "Robert Neu",
10-
"email" : "rob@wpsitecare.com",
11-
"homepage": "https://www.wpsitecare.com"
10+
"email" : "rob@cipherdevelopment.com",
11+
"homepage": "https://cipherdevelopment.com"
1212
}
1313
],
1414
"support" : {
15-
"issues": "https://github.com/wpsitecare/carelib/issues"
15+
"issues": "https://github.com/cipherdevgroup/carelib/issues"
1616
}
1717
}

customize/actions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* functionality.
55
*
66
* @package CareLib
7-
* @copyright Copyright (c) 2016, WP Site Care, LLC
7+
* @copyright Copyright (c) 2018, Cipher Development, LLC
88
* @license GPL-2.0+
99
* @since 1.0.0
1010
*/

customize/control-layout.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* can extend this class and do something even cooler.
77
*
88
* @package CareLib
9-
* @copyright Copyright (c) 2016, WP Site Care, LLC
9+
* @copyright Copyright (c) 2018, Cipher Development, LLC
1010
* @license GPL-2.0+
1111
* @since 1.0.0
1212
*/

customize/control-radio-image.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* )`
1111
*
1212
* @package CareLib
13-
* @copyright Copyright (c) 2016, WP Site Care, LLC
13+
* @copyright Copyright (c) 2018, Cipher Development, LLC
1414
* @license GPL-2.0+
1515
* @since 1.0.0
1616
*/

customize/register.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* functionality.
55
*
66
* @package CareLib
7-
* @copyright Copyright (c) 2016, WP Site Care, LLC
7+
* @copyright Copyright (c) 2018, Cipher Development, LLC
88
* @license GPL-2.0+
99
* @since 1.0.0
1010
*/

customize/scripts.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* functionality.
55
*
66
* @package CareLib
7-
* @copyright Copyright (c) 2016, WP Site Care, LLC
7+
* @copyright Copyright (c) 2018, Cipher Development, LLC
88
* @license GPL-2.0+
99
* @since 1.0.0
1010
*/

customize/styles.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* functionality.
55
*
66
* @package CareLib
7-
* @copyright Copyright (c) 2016, WP Site Care, LLC
7+
* @copyright Copyright (c) 2018, Cipher Development, LLC
88
* @license GPL-2.0+
99
* @since 1.0.0
1010
*/

includes/actions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* All the default actions within the library.
44
*
55
* @package CareLib
6-
* @copyright Copyright (c) 2016, WP Site Care, LLC
6+
* @copyright Copyright (c) 2018, Cipher Development, LLC
77
* @license GPL-2.0+
88
* @since 1.0.0
99
*/

includes/attributes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* vocabulary supported is Schema.org.
1414
*
1515
* @package CareLib
16-
* @copyright Copyright (c) 2016, WP Site Care, LLC
16+
* @copyright Copyright (c) 2018, Cipher Development, LLC
1717
* @license GPL-2.0+
1818
* @since 1.0.0
1919
*/

includes/breadcrumbs.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Methods for controlling breadcrumb display.
44
*
55
* @package CareLib
6-
* @copyright Copyright (c) 2016, WP Site Care, LLC
6+
* @copyright Copyright (c) 2018, Cipher Development, LLC
77
* @license GPL-2.0+
88
* @since 1.0.0
99
*/

includes/context.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* and comment classes.
55
*
66
* @package CareLib
7-
* @copyright Copyright (c) 2016, WP Site Care, LLC
7+
* @copyright Copyright (c) 2018, Cipher Development, LLC
88
* @license GPL-2.0+
99
* @since 1.0.0
1010
*/

includes/filters.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* All the default filters within the library.
44
*
55
* @package CareLib
6-
* @copyright Copyright (c) 2016, WP Site Care, LLC
6+
* @copyright Copyright (c) 2018, Cipher Development, LLC
77
* @license GPL-2.0+
88
* @since 1.0.0
99
*/

includes/head.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Functions for outputting common site data in the `<head>` area of a site.
44
*
55
* @package CareLib
6-
* @copyright Copyright (c) 2016, WP Site Care, LLC
6+
* @copyright Copyright (c) 2018, Cipher Development, LLC
77
* @license GPL-2.0+
88
* @since 1.0.0
99
*/

includes/image.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* A Helper class for retrieving images.
44
*
55
* @package CareLib
6-
* @copyright Copyright (c) 2016, WP Site Care, LLC
6+
* @copyright Copyright (c) 2018, Cipher Development, LLC
77
* @license GPL-2.0+
88
* @since 1.0.0
99
*/

includes/language.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* properly loading translation files for both the parent and child themes.
77
*
88
* @package CareLib
9-
* @copyright Copyright (c) 2016, WP Site Care, LLC
9+
* @copyright Copyright (c) 2018, Cipher Development, LLC
1010
* @license GPL-2.0+
1111
* @since 1.0.0
1212
*/

includes/layouts.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Methods for interacting with theme layouts.
44
*
55
* @package CareLib
6-
* @copyright Copyright (c) 2016, WP Site Care, LLC
6+
* @copyright Copyright (c) 2018, Cipher Development, LLC
77
* @license GPL-2.0+
88
* @since 1.0.0
99
*/

includes/menu.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Helper functions for working with the WordPress menu system.
44
*
55
* @package CareLib
6-
* @copyright Copyright (c) 2016, WP Site Care, LLC
6+
* @copyright Copyright (c) 2018, Cipher Development, LLC
77
* @license GPL-2.0+
88
* @since 1.0.0
99
*/

includes/paths.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* The main CareLib library class.
44
*
55
* @package CareLib
6-
* @copyright Copyright (c) 2016, WP Site Care, LLC
6+
* @copyright Copyright (c) 2018, Cipher Development, LLC
77
* @license GPL-2.0+
88
* @since 1.0.0
99
*/

includes/plugins.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Helpers for various plugins.
44
*
55
* @package CareLib
6-
* @copyright Copyright (c) 2016, WP Site Care, LLC
6+
* @copyright Copyright (c) 2018, Cipher Development, LLC
77
* @license GPL-2.0+
88
* @since 2.0.0
99
*/

includes/scripts.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Methods for handling JavaScript in the library.
44
*
55
* @package CareLib
6-
* @copyright Copyright (c) 2016, WP Site Care, LLC
6+
* @copyright Copyright (c) 2018, Cipher Development, LLC
77
* @license GPL-2.0+
88
* @since 1.0.0
99
*/

includes/search-form.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* search form.
88
*
99
* @package CareLib
10-
* @copyright Copyright (c) 2016, WP Site Care, LLC
10+
* @copyright Copyright (c) 2018, Cipher Development, LLC
1111
* @license GPL-2.0+
1212
* @since 1.0.0
1313
*/

includes/sidebar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* HTML5-ready sidebars instead of the default WordPress unordered lists.
77
*
88
* @package CareLib
9-
* @copyright Copyright (c) 2016, WP Site Care, LLC
9+
* @copyright Copyright (c) 2018, Cipher Development, LLC
1010
* @license GPL-2.0+
1111
* @since 1.0.0
1212
*/

includes/styles.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Methods for handling CSS in the library.
44
*
55
* @package CareLib
6-
* @copyright Copyright (c) 2016, WP Site Care, LLC
6+
* @copyright Copyright (c) 2018, Cipher Development, LLC
77
* @license GPL-2.0+
88
* @since 1.0.0
99
*/

includes/support.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Adds theme and post type support for features included in the library.
44
*
55
* @package CareLib
6-
* @copyright Copyright (c) 2016, WP Site Care, LLC
6+
* @copyright Copyright (c) 2018, Cipher Development, LLC
77
* @license GPL-2.0+
88
* @since 1.0.0
99
*/

includes/template-404.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Template helper functions used within the 404 page.
44
*
55
* @package CareLib
6-
* @copyright Copyright (c) 2016, WP Site Care, LLC
6+
* @copyright Copyright (c) 2018, Cipher Development, LLC
77
* @license GPL-2.0+
88
* @since 1.0.0
99
*/

includes/template-archive.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Template helper functions used within archives.
44
*
55
* @package CareLib
6-
* @copyright Copyright (c) 2016, WP Site Care, LLC
6+
* @copyright Copyright (c) 2018, Cipher Development, LLC
77
* @license GPL-2.0+
88
* @since 1.0.0
99
*/

includes/template-attachment.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Template helper functions used within the attachment pages.
44
*
55
* @package CareLib
6-
* @copyright Copyright (c) 2016, WP Site Care, LLC
6+
* @copyright Copyright (c) 2018, Cipher Development, LLC
77
* @license GPL-2.0+
88
* @since 1.0.0
99
*/

includes/template-comments.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Methods for handling how comments are displayed and used on the site.
44
*
55
* @package CareLib
6-
* @copyright Copyright (c) 2016, WP Site Care, LLC
6+
* @copyright Copyright (c) 2018, Cipher Development, LLC
77
* @license GPL-2.0+
88
* @since 1.0.0
99
*/

includes/template-entry.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* template tags that WordPress core does not currently handle.
77
*
88
* @package CareLib
9-
* @copyright Copyright (c) 2016, WP Site Care, LLC
9+
* @copyright Copyright (c) 2018, Cipher Development, LLC
1010
* @license GPL-2.0+
1111
* @since 1.0.0
1212
*/

includes/template-global.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Template helper functions used for global site elements.
44
*
55
* @package CareLib
6-
* @copyright Copyright (c) 2016, WP Site Care, LLC
6+
* @copyright Copyright (c) 2018, Cipher Development, LLC
77
* @license GPL-2.0+
88
* @since 1.0.0
99
*/
@@ -296,8 +296,8 @@ function carelib_get_customizer_link( $args = array() ) {
296296
*/
297297
function carelib_get_credit_link() {
298298
$link = sprintf( '<a class="author-link" href="%s">%s</a>',
299-
'https://www.wpsitecare.com',
300-
'WP Site Care'
299+
'https://cipherdevelopment.com',
300+
'Cipher'
301301
);
302302
return apply_filters( 'carelib_credit_link', $link );
303303
}

includes/template-hooks.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Wrapper functions for custom template hook locations.
44
*
55
* @package CareLib
6-
* @copyright Copyright (c) 2016, WP Site Care, LLC
6+
* @copyright Copyright (c) 2018, Cipher Development, LLC
77
* @license GPL-2.0+
88
* @since 1.0.0
99
*/

includes/template-load.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Helper functions used for loading templates.
44
*
55
* @package CareLib
6-
* @copyright Copyright (c) 2016, WP Site Care, LLC
6+
* @copyright Copyright (c) 2018, Cipher Development, LLC
77
* @license GPL-2.0+
88
* @since 1.0.0
99
*/

0 commit comments

Comments
 (0)