Changeset 653149
- Timestamp:
- 01/15/2013 08:04:35 PM (13 years ago)
- Location:
- responsive-video-light/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
responsive-video-light.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
responsive-video-light/trunk/readme.txt
r653012 r653149 4 4 Requires at least: 3.0 5 5 Tested up to: 3.5 6 Stable tag: 1.0. 66 Stable tag: 1.0.7 7 7 License: GPLv2 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 71 71 == Changelog == 72 72 73 = 1.0.7 = 74 * Fix call_user_fun_array() error caused by renaming the css function. 75 73 76 = 1.0.6 = 74 77 -
responsive-video-light/trunk/responsive-video-light.php
r652565 r653149 4 4 Plugin URI: http://bitpusher.tk/responsive-video-light 5 5 Description: A plugin to add responsive videos to pages and posts 6 Version: 1.0. 66 Version: 1.0.7 7 7 Author: Bill Knechtel 8 8 Author URI: http://bitpusher.tk … … 36 36 wp_enqueue_style('responsive-video-light'); 37 37 } 38 add_action( 'wp_enqueue_scripts', 'r esponsive_css' );38 add_action( 'wp_enqueue_scripts', 'rvl_css' ); 39 39 40 40 //----------------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.