Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

Commit

Permalink
Replace @@pkg.name with Stash
Browse files Browse the repository at this point in the history
  • Loading branch information
richtabor committed Apr 6, 2019
1 parent 2d0e351 commit 3496d02
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions functions.php
Expand Up @@ -274,9 +274,9 @@ function stash_setup() {
);

/**
* Filters @@pkg.name array of starter content.
* Filters Stash array of starter content.
*
* @since @@pkg.name 1.0
* @since Stash 1.0
*
* @param array $starter_content Array of starter content.
*/
Expand Down Expand Up @@ -423,7 +423,7 @@ function stash_editor_customizer_colors() {
/**
* Remove the duplicate stylesheet enqueue for older versions of the child theme.
*
* Since v1.5.0 @@pkg.name has a built-in auto-loader for loading the appropriate
* Since v1.5.0 Stash has a built-in auto-loader for loading the appropriate
* parent theme stylesheet, without the need for a wp_enqueue_scripts function within
* the child theme. This means that stylesheets will "just work" and there's less chance
* that users will accidently disrupt stylesheet loading.
Expand Down
2 changes: 1 addition & 1 deletion inc/customizer/defaults.php
Expand Up @@ -7,7 +7,7 @@
*/

/**
* Get the default option for @@pkg.name's Customizer settings.
* Get the default option for Stash's Customizer settings.
*
* @param string|string $name Option key name to get.
* @return mixin
Expand Down
2 changes: 1 addition & 1 deletion inc/icons.php
Expand Up @@ -62,7 +62,7 @@ function stash_get_svg( $args = array() ) {
$aria_labelledby = '';

/*
* @@pkg.name doesn't use the SVG title or description attributes; non-decorative icons are described with .screen-reader-text.
* Stash doesn't use the SVG title or description attributes; non-decorative icons are described with .screen-reader-text.
*
* However, child themes can use the title and description to add information to non-decorative SVG icons to improve accessibility.
*
Expand Down
4 changes: 2 additions & 2 deletions scss/style-editor.scss
@@ -1,5 +1,5 @@
/*!
@@pkg.name Editor Styles
Stash Editor Styles
*/

// Variables
Expand Down Expand Up @@ -209,7 +209,7 @@ a {

&:focus {
outline: 0;
}I
}
}

code {
Expand Down
2 changes: 1 addition & 1 deletion scss/style.scss
@@ -1,5 +1,5 @@
/*!
Theme Name: @@pkg.name
Theme Name: Stash
Theme URI: @@pkg.theme_uri
Author: @@pkg.author_shop
Author URI: @@pkg.author_uri
Expand Down

0 comments on commit 3496d02

Please sign in to comment.