'<p>' .
esc_html__( 'Akismet filters out spam, so you can focus on more important things.' , 'akismet'
) . '</p>' .
'<p>' .
esc_html__( 'On this page, you are able to update your Akismet settings and view spam stats.' , 'akismet'
) . '</p>',
) );
$current_screen->
add_help_tab( array
( 'id' => 'settings',
'title' =>
__( 'Settings' , 'akismet'
),
'content' =>
'<p><strong>' .
esc_html__( 'Akismet Configuration' , 'akismet'
) . '</strong></p>' .
( Akismet::
predefined_api_key() ? '' : '<p><strong>' .
esc_html__( 'API Key' , 'akismet'
) . '</strong> - ' .
esc_html__( 'Enter/remove an API key.' , 'akismet'
) . '</p>'
) .
'<p><strong>' .
esc_html__( 'Comments' , 'akismet'
) . '</strong> - ' .
esc_html__( 'Show the number of approved comments beside each comment author in the comments list page.' , 'akismet'
) . '</p>' .
'<p><strong>' .
esc_html__( 'Strictness' , 'akismet'
) . '</strong> - ' .
esc_html__( 'Choose to either discard the worst spam automatically or to always put all spam in spam folder.' , 'akismet'
) . '</p>',
) );
if ( ! Akismet::
predefined_api_key() ) { $current_screen->
add_help_tab( array
( 'id' => 'account',
'title' =>
__( 'Account' , 'akismet'
),
'content' =>