Skip to content

Commit 5f35471

Browse files
committed
Updated author
1 parent b43476c commit 5f35471

Some content is hidden

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

83 files changed

+120
-120
lines changed

404.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
* The template for displaying 404 pages (Not Found).
44
*
55
* @package Alpha\CoreTemplates
6-
* @author WP Site Care
7-
* @copyright Copyright (c) 2017, WP Site Care, LLC
6+
* @author Cipher Development
7+
* @copyright Copyright (c) 2018, Cipher Development, LLC
88
* @since 1.0.0
99
*/
1010

admin/hooks.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
* Load all global admin theme filters.
44
*
55
* @package Alpha\Admin\Hooks
6-
* @author WP Site Care
7-
* @copyright Copyright (c) 2017, WP Site Care, LLC
6+
* @author Cipher Development
7+
* @copyright Copyright (c) 2018, Cipher Development, LLC
88
* @since 1.0.0
99
*/
1010

admin/layout.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
* Functions for controlling layout options within the admin.
44
*
55
* @package Alpha\Admin\Layout
6-
* @author WP Site Care
7-
* @copyright Copyright (c) 2017, WP Site Care, LLC
6+
* @author Cipher Development
7+
* @copyright Copyright (c) 2018, Cipher Development, LLC
88
* @since 1.0.0
99
*/
1010

assets/theme/js/mobileMenu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Merge existing menus into an a11y-compliant, off-canvas mobile menu.
55
*
66
* @version 0.2.0
7-
* @copyright Copyright (c) 2017, WP Site Care, LLC
7+
* @copyright Copyright (c) 2018, Cipher Development, LLC
88
* @license MIT
99
*/
1010
function AlphaMobileMenu( $ ) {

attachment.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
* The template for displaying the attachment pages.
44
*
55
* @package Alpha\CoreTemplates
6-
* @author WP Site Care
7-
* @copyright Copyright (c) 2017, WP Site Care, LLC
6+
* @author Cipher Development
7+
* @copyright Copyright (c) 2018, Cipher Development, LLC
88
* @since 1.0.0
99
*/
1010

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wpsitecare/alpha",
3-
"description": "The WP Site Care Starter theme.",
3+
"description": "The Cipher Development Starter theme.",
44
"keywords": ["wordpress", "theme", "wpsitecare"],
55
"homepage": "https://www.wpsitecare.com",
66
"type": "wordpress-theme",

footer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
* Contains the closing of the #content div and all content after
66
*
77
* @package Alpha\CoreTemplates
8-
* @author WP Site Care
9-
* @copyright Copyright (c) 2017, WP Site Care, LLC
8+
* @author Cipher Development
9+
* @copyright Copyright (c) 2018, Cipher Development, LLC
1010
* @since 1.0.0
1111
*/
1212
?>

functions.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
*
55
* @package Alpha
66
* @subpackage Alpha\Functions
7-
* @author WP Site Care
8-
* @copyright Copyright (c) 2017, WP Site Care, LLC
7+
* @author Cipher Development
8+
* @copyright Copyright (c) 2018, Cipher Development, LLC
99
* @since 1.0.0
1010
*/
1111

@@ -56,7 +56,7 @@
5656
}
5757

5858
/**
59-
* A hook within the global scope; common to all WP Site Care themes.
59+
* A hook within the global scope; common to all Cipher Development themes.
6060
*
6161
* This is meant for plugins and child themes to execute code after the parent
6262
* theme setup has been completed.

header.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
* The Header for our theme.
44
*
55
* @package Alpha\CoreTemplates
6-
* @author WP Site Care
7-
* @copyright Copyright (c) 2017, WP Site Care, LLC
6+
* @author Cipher Development
7+
* @copyright Copyright (c) 2018, Cipher Development, LLC
88
* @since 1.0.0
99
*/
1010
?>

includes/hooks-template.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
* Functions used to hook global template parts and other markup elements.
44
*
55
* @package Alpha\Functions\Hooks
6-
* @author WP Site Care
7-
* @copyright Copyright (c) 2017, WP Site Care, LLC
6+
* @author Cipher Development
7+
* @copyright Copyright (c) 2018, Cipher Development, LLC
88
* @since 1.0.0
99
*/
1010

0 commit comments

Comments
 (0)