Changeset 1004634
- Timestamp:
- 10/09/2014 05:30:23 PM (11 years ago)
- Location:
- oembed-soundcloud/trunk
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
readme.txt (modified) (2 diffs)
-
soundcloud.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
oembed-soundcloud/trunk
-
Property
svn:ignore
set to
deploy.sh
README.md
.git
.gitignore
-
Property
svn:ignore
set to
-
oembed-soundcloud/trunk/readme.txt
r960210 r1004634 3 3 Tags: Soundcloud, oEmbed 4 4 Requires at least: 3.3 5 Tested up to: 3.96 Stable tag: 1.15 Tested up to: 4.0 6 Stable tag: 2.0 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 32 32 == Changelog == 33 33 34 2.0 Fixed Whitespace 35 34 36 1.0 Creation -
oembed-soundcloud/trunk/soundcloud.php
r960209 r1004634 4 4 Plugin URI: http://www.brandonshutter.com 5 5 Description: Enables the ability to paste a SoundCloud URL in it's own line and for oEmbed to make it play. 6 Version: 1.16 Version: 2.0 7 7 Author: Brandon Shutter 8 8 Author URI: http://www.brandonshutter.com 9 9 */ 10 ?> 11 12 <?php 10 11 13 12 function add_oembed_soundcloud(){ 14 wp_oembed_add_provider( 'http://soundcloud.com/*', 'http://soundcloud.com/oembed' );13 wp_oembed_add_provider( 'http://soundcloud.com/*', 'http://soundcloud.com/oembed' ); 15 14 } 16 15 add_action('init','add_oembed_soundcloud'); 17 18 ?>
Note: See TracChangeset
for help on using the changeset viewer.