Skip to content

Commit

Permalink
Merge pull request #690 from publishpress/feature/#686_How_to_users_f…
Browse files Browse the repository at this point in the history
…ind_these_parameters

feature/#686_How_to_users_find_these_parameters
  • Loading branch information
ojopaul authored May 30, 2022
2 parents 89bf42f + 014e0a7 commit f8be672
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/modules/multiple-authors/multiple-authors.php
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,7 @@ private function settings_ppma_shortcodes($shortcodes = []) {
'shortcode' => '[publishpress_authors_data field="display_name"]',
'description' => sprintf(
esc_html__(
'The authors data shortcode accepts field parameter such as: %1s %2s %3s %4s %5s %6s.',
'The authors data shortcode accepts field parameter such as: %1s %2s %3s %4s %5s %6s. You can see full details and parameters %7s in this guide %8s.',
'publishpress-authors'
),
'<code>display_name</code>',
Expand All @@ -883,6 +883,8 @@ private function settings_ppma_shortcodes($shortcodes = []) {
'<code>ID</code>',
'<code>user_nicename</code>',
'<code>user_email</code>',
'<a href="https://publishpress.com/knowledge-base/authors-data-backup/">',
'</a>'
),
],
'option_3' => [
Expand Down Expand Up @@ -3110,4 +3112,4 @@ public function filter_admin_body_class($classes) {
return $classes;
}
}
}
}

0 comments on commit f8be672

Please sign in to comment.