You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Settings: Use permalink settings design for actor mode (#1472)
* Settings: Use permalink settings design for actor mode
* Add fieldset element for parity
* Add changelog
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
<?phpechowp_kses( __( 'Every author on this blog (with the <code>activitypub</code> capability) gets their own ActivityPub profile.', 'activitypub' ), array( 'code' => array() ) ); ?>
236
-
<strong>
237
-
<?php
238
-
echowp_kses(
239
-
sprintf(
240
-
// translators: %s is a URL.
241
-
__( 'You can add/remove the capability in the <a href="%s">user settings.</a>', 'activitypub' ),
242
-
admin_url( '/users.php' )
243
-
),
244
-
array( 'a' => array( 'href' => array() ) )
245
-
);
246
-
?>
247
-
</strong>
248
-
<?phpechowp_kses( __( 'Select all the users you want to update, choose the method from the drop-down list and click on the "Apply" button.', 'activitypub' ), array( 'code' => array() ) ); ?>
<?phpesc_html_e( 'Your blog becomes a single ActivityPub profile and every post will be published under this profile instead of the individual author profiles.', 'activitypub' ); ?>
<strong><?phpesc_html_e( 'Both author and blog profiles', 'activitypub' ); ?></strong>
263
-
</label>
264
-
</p>
265
-
<p class="description">
266
-
<?phpesc_html_e( "This combines both modes. Users can be followed individually, while following the blog will show boosts of individual user's posts.", 'activitypub' ); ?>
<?phpechowp_kses( __( 'Every author on this blog (with the <code>activitypub</code> capability) gets their own ActivityPub profile.', 'activitypub' ), array( 'code' => array() ) ); ?>
235
+
<strong>
236
+
<?php
237
+
echowp_kses(
238
+
sprintf(
239
+
// translators: %s is a URL.
240
+
__( 'You can add/remove the capability in the <a href="%s">user settings.</a>', 'activitypub' ),
241
+
admin_url( '/users.php' )
242
+
),
243
+
array( 'a' => array( 'href' => array() ) )
244
+
);
245
+
?>
246
+
</strong>
247
+
<?phpechowp_kses( __( 'Select all the users you want to update, choose the method from the drop-down list and click on the "Apply" button.', 'activitypub' ), array( 'code' => array() ) ); ?>
<?phpesc_html_e( 'Your blog becomes a single ActivityPub profile and every post will be published under this profile instead of the individual author profiles.', 'activitypub' ); ?>
<label for="actor-blog-mode"><strong><?phpesc_html_e( 'Both author and blog profiles', 'activitypub' ); ?></strong></label>
264
+
<p class="description">
265
+
<?phpesc_html_e( "This combines both modes. Users can be followed individually, while following the blog will show boosts of individual user's posts.", 'activitypub' ); ?>
0 commit comments