Skip to content

Commit 5790f3d

Browse files
authored
fix: Improve help text for Guest Contributor checkbox (#4187)
1 parent f6159b9 commit 5790f3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

includes/plugins/co-authors-plus/class-guest-contributor-role.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ public static function edit_user_profile( $user ) {
497497
</label>
498498
<p class="description">
499499
<?php
500-
esc_html_e( 'If this option is checked, the "Non Editing Contributor" role will be added to the user and they will be able to be assigned as a co-author of a post even if they are not allowed to edit posts. For users with edit access, this option has no effect.', 'newspack-plugin' );
500+
esc_html_e( 'If this option is checked, the "Guest Contributor" role will be added to the user (on top of their current role) and they will be able to be assigned as a co-author of a post even if they are not allowed to edit posts. For users with edit access, this option has no effect.', 'newspack-plugin' );
501501
?>
502502
</p>
503503
</td>

0 commit comments

Comments
 (0)