Plugin Directory

Changeset 578436


Ignore:
Timestamp:
07/28/2012 03:36:11 PM (14 years ago)
Author:
fairweb
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fw-vimeo-videowall/trunk/fw-vimeo-videowall.php

    r451259 r578436  
    88Description: Displays a user, group, album or channel vimeo videowall with thumbnails or small videos in sidebar or content with pagination if needed.
    99Author: fairweb
    10 Version: 1.3.3
     10Version: 1.3.4
    1111Author URI: http://www.fairweb.fr/
    1212*/
     
    2727
    2828$fwvvw_user_name = 'petole';
    29 define ('FWVVW_DIR',WP_PLUGIN_DIR . '/fw-vimeo-videowall');
    30 define ('FWVVW_URL',WP_PLUGIN_URL . '/fw-vimeo-videowall');
     29define ('FWVVW_DIR',plugin_dir_path(__FILE__));
     30define ('FWVVW_URL',plugin_dir_url(__FILE__));
    3131
    32 require_once(WP_PLUGIN_DIR .'/fw-vimeo-videowall/fw-vimeo-videowall.class.php');
    33 require_once(WP_PLUGIN_DIR .'/fw-vimeo-videowall/fw-vimeo-videowall-widget.class.php');
     32require_once(FWVVW_DIR .'/fw-vimeo-videowall.class.php');
     33require_once(FWVVW_DIR .'/fw-vimeo-videowall-widget.class.php');
    3434
    3535function fw_vimeowall_widget() {
Note: See TracChangeset for help on using the changeset viewer.