Skip to content

Commit

Permalink
stevejburge opened this issue on Aug 15 · 0 comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ojopaul committed Dec 10, 2024
1 parent 962500e commit 746c973
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/author-pages/author-pages.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ public function manageAuthorPages()
'active_tabs' => '.ppma-author-pages-tab-general',
];

$page_description = esc_html__('Please note this feature will not work for all themes.', 'publishpress-authors') . ' <a target="_blank" href="https://publishpress.com/knowledge-base/author-pages-troubleshooting/">'. esc_html__('Click here for more details.', 'publishpress-authors') .'</a>';
$page_description = '';

$this->print_default_header($ppma_custom_settings['modules'][$this->module_name], $page_description);

Expand Down
2 changes: 2 additions & 0 deletions src/modules/multiple-authors/multiple-authors.php
Original file line number Diff line number Diff line change
Expand Up @@ -1761,6 +1761,8 @@ public function settings_enable_plugin_author_pages($args = [])
'If enabled, PublishPress Authors will replace the default WordPress author pages.',
'publishpress-authors'
)
. ' '
. esc_html__('Please note this feature will not work for all themes.', 'publishpress-authors') . ' <a target="_blank" href="https://publishpress.com/knowledge-base/author-pages-troubleshooting/">'. esc_html__('Click here for more details.', 'publishpress-authors') .'</a>'
. '</span>';


Expand Down

0 comments on commit 746c973

Please sign in to comment.