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/sections/getting-started.php
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
* Getting started template
4
4
*/
5
5
$customizer_url = admin_url() . 'customize.php';
6
-
$count = $this->count_actions();
6
+
$count= $this->count_actions();
7
7
?>
8
8
9
9
<div class="feature-section three-col">
@@ -12,10 +12,11 @@
12
12
<p><?phpesc_html_e( 'We\'ve compiled a list of steps for you, to take make sure the experience you\'ll have using one of our products is very easy to follow.', 'shapely' ); ?></p>
13
13
<?phpif ( $count == 0 ) { ?>
14
14
<p><span class="dashicons dashicons-yes"></span>
15
-
<a href="<?phpechoadmin_url( 'themes.php?page=shapely-welcome&tab=recommended_actions' ); ?>"><?phpesc_html_e( 'No recommended actions left to perform', 'shapely' ); ?></a>
15
+
<a href="<?phpechoesc_url( admin_url( 'themes.php?page=shapely-welcome&tab=recommended_actions' ) ); ?>"><?phpesc_html_e( 'No recommended actions left to perform', 'shapely' ); ?></a>
0 commit comments