Changeset 561121
- Timestamp:
- 06/20/2012 02:18:27 PM (14 years ago)
- File:
-
- 1 edited
-
iteia-wp-video/tags/1.0/iteia-wp-video.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
iteia-wp-video/tags/1.0/iteia-wp-video.php
r318111 r561121 3 3 Plugin Name: iteia-wp-video 4 4 Plugin URI: http://www.iteia.org.br/plugins 5 Version: 1. 005 Version: 1.1 6 6 Author: Billy Blay 7 7 Description: Exibe vídeos do iteia através de shortcodes … … 30 30 extract(shortcode_atts(array( 31 31 'id' => 'video', 32 'w' =>' 480',32 'w' =>'590', 33 33 'h' =>'385', 34 34 ), $atts)); … … 37 37 <script> 38 38 39 flowplayer("player", "http://releases.flowplayer.org/swf/flowplayer-3.2. 5.swf", {39 flowplayer("player", "http://releases.flowplayer.org/swf/flowplayer-3.2.9.swf", { 40 40 41 41 clip : { … … 75 75 function FlowplayerAction() { 76 76 if (!is_admin()){ 77 wp_enqueue_script('flow', 'http:// static.flowplayer.org/js/flowplayer-3.2.4.min.js');77 wp_enqueue_script('flow', 'http://releases.flowplayer.org/js/flowplayer-3.2.8.min.js'); 78 78 } 79 79 }
Note: See TracChangeset
for help on using the changeset viewer.