fix copy and paste issue
This commit is contained in:
parent
426ddffba0
commit
fe90360bf0
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@
|
|||
<?php \esc_html_e( 'Users who can not access this settings page will find their username on the "Edit Profile" page.', 'activitypub' ); ?>
|
||||
<p>
|
||||
<p>
|
||||
<a href="<?php echo \esc_url_raw( \admin_url( '/options-general.php?page=activitypub&tab=settings' ) ); ?>">
|
||||
<a href="<?php echo \esc_url_raw( \admin_url( '/profile.php#activitypub' ) ); ?>">
|
||||
<?php \esc_html_e( 'Customize Username on "Edit Profile" page.', 'activitypub' ); ?>
|
||||
</a>
|
||||
</p>
|
||||
|
|
Loading…
Reference in a new issue