Skip to content

Commit

Permalink
Merge pull request #1945 from publishpress/update/#1893-Move-the-Auth…
Browse files Browse the repository at this point in the history
…or-Pages-warning

update/#1893-Move-the-Author-Pages-warning
  • Loading branch information
ojopaul authored Dec 10, 2024
2 parents 962500e + 746c973 commit 950067e
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 950067e

Please sign in to comment.