Use standard credit line in Pixl footer (#7442)
This commit is contained in:
parent
2b8564a491
commit
b600af90f6
1 changed files with 7 additions and 10 deletions
|
@ -15,13 +15,10 @@
|
|||
<div class="wp-block-group" style="padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--60)"><!-- wp:paragraph {"align":"center","fontSize":"small"} -->
|
||||
<p class="has-text-align-center has-small-font-size">
|
||||
<?php
|
||||
/* Translators: Theme name. */
|
||||
$theme_name = '<strong>' . esc_html__( 'Pixl Theme', 'pixl' ) . '</strong>';
|
||||
/* Translators: WordPress link. */
|
||||
$wordpress_link = '<a href="' . esc_url( __( 'https://wordpress.org', 'pixl' ) ) . '" rel="nofollow">WordPress</a>';
|
||||
echo sprintf(
|
||||
esc_html__( '%1$s, Proudly Powered by %2$s', 'pixl' ),
|
||||
$theme_name,
|
||||
esc_html__( 'Designed with %1$s', 'pixl' ),
|
||||
$wordpress_link
|
||||
);
|
||||
?>
|
||||
|
|
Loading…
Reference in a new issue