| @@ -76,9 +76,9 @@ | ||
| 76 | 76 | ?> |
| 77 | 77 | <div class="activitypub-dialog__section"> |
| 78 | 78 | <h4><?php esc_html_e( 'Original Comment URL', 'activitypub' ); ?></h4> |
| 79 | 79 | <div class="activitypub-dialog__description"> |
| 80 | - <?php esc_html_e( 'Paste the comment URL into the search field of your favorite open social app or platform.', 'activitypub' ); ?> | |
| 80 | + <?php esc_html_e( 'Copy and paste the Comment URL into the search field of your favorite fediverse app or server.', 'activitypub' ); ?> | |
| 81 | 81 | </div> |
| 82 | 82 | <div class="activitypub-dialog__button-group"> |
| 83 | 83 | <label for="<?php echo esc_attr( $block_id . '-profile-handle' ); ?>" class="screen-reader-text"> |
| 84 | 84 | <?php esc_html_e( 'Comment URL', 'activitypub' ); ?> |
| @@ -84,9 +84,8 @@ | ||
| 84 | 84 | <?php esc_html_e( 'Comment URL', 'activitypub' ); ?> |
| 85 | 85 | </label> |
| 86 | 86 | <input |
| 87 | 87 | aria-readonly="true" |
| 88 | - class="wp-block-search__input" | |
| 89 | 88 | id="<?php echo esc_attr( $block_id . '-profile-handle' ); ?>" |
| 90 | 89 | readonly |
| 91 | 90 | tabindex="-1" |
| 92 | 91 | type="text" |
| @@ -93,9 +92,9 @@ | ||
| 93 | 92 | value="<?php echo esc_attr( $selected_comment ); ?>" |
| 94 | 93 | /> |
| 95 | 94 | <button |
| 96 | 95 | aria-label="<?php esc_attr_e( 'Copy URL to clipboard', 'activitypub' ); ?>" |
| 97 | - class="wp-element-button" | |
| 96 | + class="wp-element-button wp-block-button__link" | |
| 98 | 97 | data-wp-on--click="actions.copyToClipboard" |
| 99 | 98 | type="button" |
| 100 | 99 | > |
| 101 | 100 | <span data-wp-text="context.copyButtonText"></span> |
| @@ -105,9 +104,8 @@ | ||
| 105 | 104 | <div class="activitypub-dialog__section"> |
| 106 | 105 | <h4><?php esc_html_e( 'Your Profile', 'activitypub' ); ?></h4> |
| 107 | 106 | <div class="activitypub-dialog__description"> |
| 108 | 107 | <?php esc_html_e( 'Or, if you know your own profile, we can start things that way!', 'activitypub' ); ?> |
| 109 | - <?php Blocks::render_modal_help(); ?> | |
| 110 | 108 | </div> |
| 111 | 109 | <div class="activitypub-dialog__button-group"> |
| 112 | 110 | <label for="<?php echo esc_attr( $block_id . '-remote-profile' ); ?>" class="screen-reader-text"> |
| 113 | 111 | <?php esc_html_e( 'Your Fediverse profile', 'activitypub' ); ?> |
| @@ -112,9 +110,8 @@ | ||
| 112 | 110 | <label for="<?php echo esc_attr( $block_id . '-remote-profile' ); ?>" class="screen-reader-text"> |
| 113 | 111 | <?php esc_html_e( 'Your Fediverse profile', 'activitypub' ); ?> |
| 114 | 112 | </label> |
| 115 | 113 | <input |
| 116 | - class="wp-block-search__input" | |
| 117 | 114 | data-wp-bind--aria-invalid="context.isError" |
| 118 | 115 | data-wp-bind--value="context.remoteProfile" |
| 119 | 116 | data-wp-on--input="actions.updateRemoteProfile" |
| 120 | 117 | data-wp-on--keydown="actions.onInputKeydown" |
| @@ -123,9 +120,9 @@ | ||
| 123 | 120 | type="text" |
| 124 | 121 | /> |
| 125 | 122 | <button |
| 126 | 123 | aria-label="<?php esc_attr_e( 'Reply', 'activitypub' ); ?>" |
| 127 | - class="wp-element-button" | |
| 124 | + class="wp-element-button wp-block-button__link" | |
| 128 | 125 | data-wp-bind--disabled="context.isLoading" |
| 129 | 126 | data-wp-on--click="actions.submitRemoteProfile" |
| 130 | 127 | type="button" |
| 131 | 128 | > |
| @@ -175,9 +172,9 @@ | ||
| 175 | 172 | </a> |
| 176 | 173 | |
| 177 | 174 | <button |
| 178 | 175 | type="button" |
| 179 | - class="activitypub-remote-profile__close wp-element-button" | |
| 176 | + class="activitypub-remote-profile__close wp-element-button wp-block-button__link" | |
| 180 | 177 | data-wp-on--click="actions.deleteRemoteUser" |
| 181 | 178 | title="<?php esc_attr_e( 'Delete Remote Profile', 'activitypub' ); ?>" |
| 182 | 179 | > |
| 183 | 180 | <svg fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" width="18" height="18" role="img" aria-hidden="true" focusable="false"> |