Muscat: remove remaining aine references (#6751)

* Fix aine references.

* Add back hyphen.
This commit is contained in:
Jeff Ong 2022-11-29 11:31:31 -05:00 committed by GitHub
parent 609fe1723f
commit a9bdf8515c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View file

@ -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' );
}

View file

@ -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
);
?>

View file

@ -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 isnt 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 isnt 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 youre looking doesnt seem to exist. Maybe try a search?', 'aine' ); ?></p>
<p class="has-background-color has-text-color"><?php echo esc_html__( 'The page youre looking doesnt 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>