Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove mastodon 4 field notice
Browse files Browse the repository at this point in the history
mattwiebe committed Sep 20, 2024
1 parent 365af49 commit f5a55b4
Showing 3 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions includes/class-admin.php
Original file line number Diff line number Diff line change
@@ -115,8 +115,6 @@ public static function admin_notices() {
<div class="notice" style="margin: 0; background: none; border: none; box-shadow: none; padding: 15px 0 0 0; font-size: 14px;">
<?php
esc_html_e( 'These are extra fields that are used for your ActivityPub profile. You can use your homepage, social profiles, pronouns, age, anything you want.', 'activitypub' );
echo '<br />';
esc_html_e( 'Note that Mastodon clients will only show four fields.', 'activitypub' );
?>
</div>
<?php
4 changes: 0 additions & 4 deletions templates/blog-settings.php
Original file line number Diff line number Diff line change
@@ -135,10 +135,6 @@ class="blog-user-description large-text"
<p class="description">
<?php
\esc_html_e( 'Your homepage, social profiles, pronouns, age, anything you want.', 'activitypub' );
echo '<br />';
echo '<em>';
\esc_html_e( 'Note that Mastodon clients will only show four fields.', 'activitypub' );
echo '</em>';
?>
</p>

4 changes: 0 additions & 4 deletions templates/user-settings.php
Original file line number Diff line number Diff line change
@@ -89,10 +89,6 @@ class="<?php echo \esc_attr( $classes_for_button ); ?>"
<p class="description">
<?php
\esc_html_e( 'Your homepage, social profiles, pronouns, age, anything you want.', 'activitypub' );
echo '<br />';
echo '<em>';
\esc_html_e( 'Note that Mastodon clients will only show four fields.', 'activitypub' );
echo '</em>';
?>
</p>

0 comments on commit f5a55b4

Please sign in to comment.