Plugin Directory

Changeset 653149


Ignore:
Timestamp:
01/15/2013 08:04:35 PM (13 years ago)
Author:
billknechtel
Message:

Fix error related to renaming the responsive_css() funtion

Location:
responsive-video-light/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • responsive-video-light/trunk/readme.txt

    r653012 r653149  
    44Requires at least: 3.0
    55Tested up to: 3.5
    6 Stable tag: 1.0.6
     6Stable tag: 1.0.7
    77License: GPLv2
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7171== Changelog ==
    7272
     73= 1.0.7 =
     74* Fix call_user_fun_array() error caused by renaming the css function.
     75
    7376= 1.0.6 =
    7477
  • responsive-video-light/trunk/responsive-video-light.php

    r652565 r653149  
    44  Plugin URI: http://bitpusher.tk/responsive-video-light
    55  Description: A plugin to add responsive videos to pages and posts
    6   Version: 1.0.6
     6  Version: 1.0.7
    77  Author: Bill Knechtel
    88  Author URI: http://bitpusher.tk
     
    3636  wp_enqueue_style('responsive-video-light'); 
    3737
    38 add_action( 'wp_enqueue_scripts', 'responsive_css' ); 
     38add_action( 'wp_enqueue_scripts', 'rvl_css' ); 
    3939
    4040//----------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.