ソースを参照

Muscat: remove remaining aine references (#6751)

* Fix aine references.

* Add back hyphen.
Jeff Ong 2 年 前
コミット
a9bdf8515c
3 ファイル変更6 行追加6 行削除
  1. 2 2
      muscat/functions.php
  2. 2 2
      muscat/patterns/footer.php
  3. 2 2
      muscat/patterns/hidden-404.php

+ 2 - 2
muscat/functions.php

@@ -42,14 +42,14 @@ if ( ! function_exists( 'muscat_styles' ) ) :
 
 		// Register theme stylesheet.
 		wp_register_style(
-			'aine-style',
+			'muscat-style',
 			get_stylesheet_directory_uri() . '/style.css',
 			array(),
 			wp_get_theme()->get( 'Version' )
 		);
 
 		// Enqueue theme stylesheet.
-		wp_enqueue_style( 'aine-style' );
+		wp_enqueue_style( 'muscat-style' );
 
 	}
 

+ 2 - 2
muscat/patterns/footer.php

@@ -17,9 +17,9 @@
     <p class="has-text-align-center" style="font-size:0.8rem;letter-spacing:-0.2px">
         <?php
             /* Translators: WordPress link. */
-            $wordpress_link = '<a href="' . esc_url( __( 'https://wordpress.org', 'aine' ) ) . '" rel="nofollow">WordPress</a>';
+            $wordpress_link = '<a href="' . esc_url( __( 'https://wordpress.org', 'muscat' ) ) . '" rel="nofollow">WordPress</a>';
             echo sprintf(
-                esc_html__( 'Designed with %1$s', 'aine' ),
+                esc_html__( 'Designed with %1$s', 'muscat' ),
                 $wordpress_link
             );
         ?>

+ 2 - 2
muscat/patterns/hidden-404.php

@@ -15,12 +15,12 @@
 <!-- /wp:group -->
 
 <!-- wp:heading {"level":1,"align":"wide","style":{"typography":{"fontSize":"17rem","lineHeight":1,"letterSpacing":"-11px","fontStyle":"normal","fontWeight":"500"},"spacing":{"padding":{"top":"8rem","right":"0","bottom":"var:preset|spacing|60","left":"0"}}},"textColor":"background"} -->
-<h1 class="alignwide has-background-color has-text-color" style="padding-top:8rem;padding-right:0;padding-bottom:var(--wp--preset--spacing--60);padding-left:0;font-size:17rem;font-style:normal;font-weight:500;letter-spacing:-11px;line-height:1"><?php echo esc_html__( 'Well, this isn’t nice.', 'aine' ); ?></h1>
+<h1 class="alignwide has-background-color has-text-color" style="padding-top:8rem;padding-right:0;padding-bottom:var(--wp--preset--spacing--60);padding-left:0;font-size:17rem;font-style:normal;font-weight:500;letter-spacing:-11px;line-height:1"><?php echo esc_html__( 'Well, this isn’t nice.', 'muscat' ); ?></h1>
 <!-- /wp:heading -->
 
 <!-- wp:group {"align":"wide","layout":{"type":"default"}} -->
 <div class="wp-block-group alignwide"><!-- wp:paragraph {"textColor":"background"} -->
-<p class="has-background-color has-text-color"><?php echo esc_html__( 'The page you’re looking doesn’t seem to exist. Maybe try a search?', 'aine' ); ?></p>
+<p class="has-background-color has-text-color"><?php echo esc_html__( 'The page you’re looking doesn’t seem to exist. Maybe try a search?', 'muscat' ); ?></p>
 <!-- /wp:paragraph -->
 
 <!-- wp:search {"label":"","showLabel":false,"width":75,"widthUnit":"%","style":{"border":{"width":"0px","style":"none"}},"backgroundColor":"background","textColor":"foreground"} /--></div>