We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8fe4a4 commit 4a56697Copy full SHA for 4a56697
1 file changed
ableplayer.php.html
@@ -708,6 +708,7 @@
708
echo '<p>' . __( "Let me give you a few quick things to try out while you're here:", 'ableplayer' ) . '</p>';
709
echo '<ol>';
710
echo '<li>' . __( 'Create a new post and add media to experiment with Able Player.', 'ableplayer' ) . '</li>';
711
+ // translators: link to settings page.
712
echo '<li>' . sprintf( __( 'Visit the <a href="%s">Able Player settings page</a> and explore options.', 'ableplayer' ), esc_url( $settings_url ) ) . '</li>';
713
echo '</ol>';
714
// translators: link to plugin documentation.
0 commit comments