Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

Commit 47770c2

Browse files
committed
Improved wording on links in welcome theme.
1 parent bf83c9b commit 47770c2

File tree

1 file changed

+2
-2
lines changed
  • www/wp-content/themes/wplib-box-welcome

1 file changed

+2
-2
lines changed

www/wp-content/themes/wplib-box-welcome/index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
<div id="content">
3131
<p>To get started with WPLib Box:</p>
3232
<ul>
33-
<li><a href="<?php echo site_url( '/wp-login.php' ); ?>" target="_blank">Login</a> to the admin <em>(username and password will be provided)</em></li>
34-
<li><a href="<?php echo site_url( '/wp-admin/themes.php?theme=wplib-box-welcome' ); ?>" target="_blank">Manage</a> this theme in the admin</li>
33+
<li><a href="<?php echo site_url( '/wp-login.php' ); ?>" target="_blank">Login</a> to the WordPress admin <em>(username and password will be provided)</em></li>
34+
<li><a href="<?php echo site_url( '/wp-admin/themes.php?theme=wplib-box-welcome' ); ?>" target="_blank">Manage</a> this theme in the WordPress admin</li>
3535
<li><a href="<?php echo admin_url( '/themes.php' ); ?>" target="_blank">Switch</a> to a different WordPress theme</li>
3636
<li><a href="<?php echo admin_url( '/plugins.php' ); ?>" target="_blank">Install and activate</a> plugins</li>
3737
<!--

0 commit comments

Comments
 (0)