Plugin Directory

Changeset 1004634


Ignore:
Timestamp:
10/09/2014 05:30:23 PM (11 years ago)
Author:
shutterbrandon
Message:

Update to Version 2

Location:
oembed-soundcloud/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • oembed-soundcloud/trunk

    • Property svn:ignore set to
      deploy.sh
      README.md
      .git
      .gitignore
  • oembed-soundcloud/trunk/readme.txt

    r960210 r1004634  
    33Tags: Soundcloud, oEmbed
    44Requires at least: 3.3
    5 Tested up to: 3.9
    6 Stable tag: 1.1
     5Tested up to: 4.0
     6Stable tag: 2.0
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3232== Changelog ==
    3333
     342.0 Fixed Whitespace
     35
    34361.0 Creation
  • oembed-soundcloud/trunk/soundcloud.php

    r960209 r1004634  
    44Plugin URI: http://www.brandonshutter.com
    55Description: Enables the ability to paste a SoundCloud URL in it's own line and for oEmbed to make it play.
    6 Version: 1.1
     6Version: 2.0
    77Author: Brandon Shutter
    88Author URI: http://www.brandonshutter.com
    99*/
    10 ?>
    11 
    12 <?php
     10 
     11 
    1312function 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' );
    1514}
    1615add_action('init','add_oembed_soundcloud');
    17 
    18 ?>
Note: See TracChangeset for help on using the changeset viewer.