Changeset 609516
- Timestamp:
- 10/08/2012 11:07:09 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
responsive-image-maps/trunk/responsive-image-maps.php
r586445 r609516 4 4 Plugin URI: http://philipnewcomer.net/wordpress-plugins/responsive-image-maps/ 5 5 Description: Makes image maps responsive by packaging the RWD Image Maps jQuery plugin for use in WordPress 6 Version: 1. 16 Version: 1.2 7 7 Author: Philip Newcomer 8 8 Author URI: http://philipnewcomer.net … … 28 28 function pn_rim_enqueue_scripts() 29 29 { 30 wp_enqueue_script( 'jQuery.rwd_image_maps', plugins_url( 'jquery.rwdImageMaps.min.js', __FILE__ ), array( 'jquery' ), '1. 2', true );30 wp_enqueue_script( 'jQuery.rwd_image_maps', plugins_url( 'jquery.rwdImageMaps.min.js', __FILE__ ), array( 'jquery' ), '1.3', true ); 31 31 } 32 32 add_action( 'wp_enqueue_scripts', 'pn_rim_enqueue_scripts' );
Note: See TracChangeset
for help on using the changeset viewer.