Skip to content

Commit

Permalink
fix: footer schema #4241
Browse files Browse the repository at this point in the history
  • Loading branch information
preda-bogdan committed May 7, 2024
1 parent 1a2b0e3 commit 231529e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion header-footer-grid/Core/Builder/Footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ public function add_footer_component( $builder, $row, $slot ) {
/* translators: %1$s is Theme Name ( Neve ), %2$s is WordPress */
esc_html__( '%1$s | Powered by %2$s', 'neve' ),
wp_kses_post( '<p><a href="https://themeisle.com/themes/neve/" rel="nofollow">Neve</a>' ),
wp_kses_post( '<a href="http://wordpress.org" rel="nofollow">WordPress</a></p>' )
wp_kses_post( '<a href="https://wordpress.org" rel="nofollow">WordPress</a></p>' )
);
$output .= '</div></div></div></div>';

Expand Down

0 comments on commit 231529e

Please sign in to comment.