You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: inc/admin/welcome-screen/class-shapely-welcome.php
+8-13Lines changed: 8 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ public function __construct() {
32
32
)
33
33
);
34
34
35
-
$theme = wp_get_theme();
35
+
$theme= wp_get_theme();
36
36
$this->theme_name = $theme->get( 'Name' );
37
37
$this->theme_slug = $theme->get( 'TextDomain' );
38
38
@@ -109,8 +109,7 @@ public function shapely_welcome_admin_notice() {
109
109
?>
110
110
<div class="updated notice is-dismissible">
111
111
<p><?phpechosprintf( esc_html__( 'Welcome! Thank you for choosing Shapely! To fully take advantage of the best our theme can offer please make sure you visit our %1$swelcome page%2$s.', 'shapely' ), '<a href="' . esc_url( admin_url( 'themes.php?page=shapely-welcome' ) ) . '">', '</a>' ); ?></p>
Copy file name to clipboardExpand all lines: inc/admin/welcome-screen/sections/support.php
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,7 @@
4
4
<p>
5
5
<i><?phpesc_html_e( 'We offer excellent support through our advanced ticketing system. Make sure to register your purchase before contacting support!', 'shapely' ); ?></i>
0 commit comments