We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b8edf2 commit 2278f44Copy full SHA for 2278f44
1 file changed
src/ableplayer.php
@@ -682,6 +682,7 @@ function able_status_notice() {
682
echo '<p>' . __( "Let me give you a few quick things to try out while you're here:", 'ableplayer' ) . '</p>';
683
echo '<ol>';
684
echo '<li>' . __( 'Create a new post and add media to experiment with Able Player.', 'ableplayer' ) . '</li>';
685
+ // translators: link to settings page.
686
echo '<li>' . sprintf( __( 'Visit the <a href="%s">Able Player settings page</a> and explore options.', 'ableplayer' ), esc_url( $settings_url ) ) . '</li>';
687
echo '</ol>';
688
// translators: link to plugin documentation.
0 commit comments