Skip to content

Commit af1cc60

Browse files
committed
fix: phpcs
1 parent 28fe052 commit af1cc60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

inc/Admin.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public function render_welcome_notice() {
9898
$notice_html .= __( 'Thanks for installing Raft theme 🎉', 'raft' );
9999

100100
$notice_html .= '</h1>';
101-
`
101+
102102
$notice_html .= '<h1 class="notice-title">';
103103
/* translators: %s: Otter Blocks */
104104
$notice_html .= sprintf( __( 'Install our Free builder', 'raft' ), '<strong>Otter Blocks</strong>' );
@@ -107,7 +107,7 @@ public function render_welcome_notice() {
107107

108108
$learn_more = '<a href="https://docs.themeisle.com/article/1975-fse-onboarding" target="_blank">' . __( 'Learn More', 'raft' ) . '</a>';
109109

110-
$notice_html .= '<p class="description">' . __( 'Install our free builder plugin and create stunning, lightning-fast websites.' . ' ' . $learn_more, 'raft' ) . '</p>';
110+
$notice_html .= '<p class="description">' . __( 'Install our free builder plugin and create stunning, lightning-fast websites.', 'raft' ) . ' ' . $learn_more . '</p>';
111111

112112
$notice_html .= '<div class="actions">';
113113

0 commit comments

Comments
 (0)