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
echo$action_id; /* this is needed and it's the id of the dismissable required action */
127
+
echoesc_html( $action_id ); /* this is needed and it's the id of the dismissable required action */
128
128
129
129
if ( ! empty( $action_id ) ):
130
130
@@ -331,7 +331,7 @@ public function shapely_welcome_screen() {
331
331
332
332
<div class="wrap about-wrap epsilon-wrap">
333
333
334
-
<h1><?phpecho__( 'Welcome to Shapely! - Version ', 'shapely' ) . $shapely['Version']; ?></h1>
334
+
<h1><?phpechoesc_html__( 'Welcome to Shapely! - Version ', 'shapely' ) . $shapely['Version']; ?></h1>
335
335
336
336
<div
337
337
class="about-text"><?phpechoesc_html__( 'Shapely is now installed and ready to use! Get ready to build something beautiful. We hope you enjoy it! We want to make sure you have the best experience using shapely and that is why we gathered here all the necessary information for you. We hope you will enjoy using shapely, as much as we enjoy creating great products.', 'shapely' ); ?></div>
0 commit comments