Skip to content

Commit

Permalink
Merge pull request #1528 from rizaardiyanto1412/Update-maintenance-bu…
Browse files Browse the repository at this point in the history
…tton-title

Update maintenance button title
  • Loading branch information
ojopaul authored Nov 9, 2023
2 parents 677bb91 + 9df87ce commit db0bf10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/modules/multiple-authors/multiple-authors.php
Original file line number Diff line number Diff line change
Expand Up @@ -2322,19 +2322,19 @@ public function settings_maintenance_option($args = [])

$actions = [
'create_post_authors' => [
'title' => esc_html__('Create PublishPress Authors profiles for all authors', 'publishpress-authors'),
'title' => esc_html__('Create PublishPress Authors Profiles for all post authors', 'publishpress-authors'),
'description' => 'If a WordPress user is the author of a post, but does not have a PublishPress Authors profile, this will automatically create a profile for them. <a href="https://publishpress.com/knowledge-base/authors-maintenance" target="_blank">Click here for documentation</a>.',
'button_label' => esc_html__('Create missing PublishPress Authors profiles', 'publishpress-authors'),
],

'create_role_authors' => [
'title' => esc_html__('Create PublishPress Authors profiles for all users in a role', 'publishpress-authors'),
'title' => esc_html__('Create PublishPress Authors Profiles for all users in a role', 'publishpress-authors'),
'description' => 'This will find all the users in a role and creates author profiles for them. You can choose the roles using the "Automatically create author profiles" setting. <a href="https://publishpress.com/knowledge-base/authors-maintenance" target="_blank">Click here for documentation</a>.',
'button_label' => esc_html__('Create PublishPress Authors profiles', 'publishpress-authors'),
],

'sync_post_author' => [
'title' => esc_html__('Synchronize the author and user profile fields', 'publishpress-authors'),
'title' => esc_html__('Synchronize PublishPress Authors Fields and user profile fields', 'publishpress-authors'),
'description' => 'Description: This will update all the author profile in PublishPress Authors to match the default WordPress fields for each user. <a href="https://publishpress.com/knowledge-base/authors-maintenance" target="_blank">Click here for documentation</a>.',
'button_link' => '',
'after' => '<div id="publishpress-authors-sync-post-authors"></div>',
Expand Down

0 comments on commit db0bf10

Please sign in to comment.