Revert profile explanation updates

This is no longer true.
This commit is contained in:
Tetrakern 2023-11-21 23:40:08 +01:00
parent 95c871051c
commit a8e57de231
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ $badge = fictioneer_get_comment_badge( $current_user, null );
<p class="profile__description">
<?php
printf(
__( 'Alternatively, you can register your email address on the <a href="%s">Gravatar</a> service. Your avatar will then be matched with your email address; note the <b>[Always use gravatar]</b> flag under Account Settings in this case. Note that comments store your nickname used at the time of posting and <em>will not update when changed.</em>', 'fictioneer' ),
__( 'Alternatively, you can register your email address on the <a href="%s">Gravatar</a> service. Your avatar will then be matched with your email address; note the <b>[Always use gravatar]</b> flag under Account Settings in this case.', 'fictioneer' ),
'https://gravatar.com/'
)
?>

View File

@ -82,7 +82,7 @@ $renaming_disabled = $current_user->fictioneer_admin_disable_renaming;
class="profile__input-field profile__nickname"
<?php if ( $renaming_disabled ) echo 'disabled'; ?>
>
<p class="profile__input-note"><?php _e( 'Your nickname will be displayed instead of your username; comments store the nickname. Not unique!', 'fictioneer' ); ?></p>
<p class="profile__input-note"><?php _e( 'Your nickname will be displayed instead of your username. Not unique!', 'fictioneer' ); ?></p>
</div>
</div>