You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h2><?phpesc_html_e( 'Able Player Resources', 'ableplayer' ); ?></h2>
516
516
517
517
<div class="inside">
518
518
<p>
519
519
<?php
520
-
// Translators: URL for AblePlayer github docs.
521
-
echowp_kses_post( sprintf( __( 'Learn more about the <a href="%s">AblePlayer accessible media player</a>.', 'ableplayer' ), 'https://ableplayer.github.io/ableplayer/' ) );
520
+
// Translators: URL for Able Player github docs.
521
+
echowp_kses_post( sprintf( __( 'Learn more about the <a href="%s">Able Player accessible media player</a>.', 'ableplayer' ), 'https://ableplayer.github.io/ableplayer/' ) );
522
+
?>
523
+
</p>
524
+
<p>
525
+
<?php
522
526
// Translators: URL for Joe Dolson donate page.
523
-
echo'' . wp_kses_post( sprintf( __( 'Help support Able Player! <a href="%s">Sponsor Joe Dolson</a>, AblePlayer lead developer.', 'ableplayer' ), 'https://www.joedolson.com/donate/' ) );
527
+
echowp_kses_post( sprintf( __( 'Help support Able Player! <a href="%s">Sponsor Joe Dolson</a>, Able Player lead developer.', 'ableplayer' ), 'https://www.joedolson.com/donate/' ) );
Copy file name to clipboardExpand all lines: src/readme.txt
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ There are currently three ways to add an Able Player instance to a WordPress sit
35
35
2. Go to Settings > Able Player > Shortcodes to generate an `[ableplayer]` shortcode.
36
36
3. Enter or paste any valid HTML5 Able Player code into your web page. Full documentation is available on the [Able Player](http://ableplayer.github.io/ableplayer) project page on GitHub.
37
37
38
-
Using the media rewriting in option #1, Able Player will replace any `audio` or `video` block. Any tracks added to that block will be automatically handled, giving you support for all the standard AblePlayer features: captions, navigable transcripts, subtitles, chapters, and audio description.
38
+
Using the media rewriting in option #1, Able Player will replace any `audio` or `video` block. Any tracks added to that block will be automatically handled, giving you support for all the standard Able Player features: captions, navigable transcripts, subtitles, chapters, and audio description.
39
39
40
40
Using option #2, you can create Able Player shortcodes that support most of the basic Able Player features, with support for Vimeo, YouTube, or local video.
41
41
@@ -129,7 +129,7 @@ This example uses a shortcode to add a Vimeo player to the page, with two versio
0 commit comments