Plugin Directory

Changeset 212218


Ignore:
Timestamp:
03/02/2010 07:32:20 PM (16 years ago)
Author:
DeannaS
Message:

Fixing pathing issue.

Location:
embed-rss/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • embed-rss/trunk/cets_EmbedRSS.php

    r206736 r212218  
    55Description: This plugin adds an RSS icon to the tinymce editor that allows a user to embed an RSS feed into a post or page.
    66Author: Deanna Schneider
    7 Version: 1.4
     7Version: 1.4.1
    88Author URI: http://deannaschneider.wordpress.com/
    99
     
    8484                add_action( 'admin_footer', array(&$this, 'OutputjQueryDialogDiv') );
    8585                wp_enqueue_script('jquery');
    86                 wp_enqueue_script( 'jquery-ui-draggable', plugins_url('/cets_embed_rss/lib/jquery-ui/ui.draggable.js'), array('jquery-ui-core'), '1.5.2' );
    87                 wp_enqueue_script( 'jquery-ui-resizable', plugins_url('/cets_embed_rss/lib/jquery-ui/ui.resizable.js'), array('jquery-ui-core'), '1.5.2' );
    88                 wp_enqueue_script( 'jquery-ui-dialog', plugins_url('/cets_embed_rss/lib/jquery-ui/ui.dialog.js'), array('jquery-ui-core'), '1.5.2' );
    89                 wp_enqueue_style( 'cets-jquery-ui', plugins_url('/cets_embed_rss/lib/jquery-ui/cets-jquery-ui.css'), array(), $this->version, 'screen' );
     86                wp_enqueue_script( 'jquery-ui-draggable', plugins_url('/embed_rss/lib/jquery-ui/ui.draggable.js'), array('jquery-ui-core'), '1.5.2' );
     87                wp_enqueue_script( 'jquery-ui-resizable', plugins_url('/embed_rss/lib/jquery-ui/ui.resizable.js'), array('jquery-ui-core'), '1.5.2' );
     88                wp_enqueue_script( 'jquery-ui-dialog', plugins_url('/embed_rss/lib/jquery-ui/ui.dialog.js'), array('jquery-ui-core'), '1.5.2' );
     89                wp_enqueue_style( 'cets-jquery-ui', plugins_url('/embed_rss/lib/jquery-ui/cets-jquery-ui.css'), array(), $this->version, 'screen' );
    9090        }
    9191       
  • embed-rss/trunk/readme.txt

    r206736 r212218  
    2929== Changelog ==
    3030
     311.4.1 - fixed naming scheme error
     32
    31331.4 - changed the structure to get rid of the wp-load. Uses different type of pop up box now.
    3234
Note: See TracChangeset for help on using the changeset viewer.