Plugin Directory

Changeset 324926


Ignore:
Timestamp:
12/21/2010 10:20:28 AM (15 years ago)
Author:
dannagle
Message:

wordpress messed up the paths

Location:
easy-attachments/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • easy-attachments/trunk/easyattachments.php

    r324834 r324926  
    560560    }
    561561
    562     wp_enqueue_style( 'easyattachments', WP_PLUGIN_URL . '/easyattachments/css/easyattachments.css' );
    563     wp_enqueue_style( 'farbtastic', WP_PLUGIN_URL . '/easyattachments/css/farbtastic.css' );
    564     wp_enqueue_script( 'easyattachments', WP_PLUGIN_URL . '/easyattachments/js/easyattachments.js', array( 'thickbox' ), false, false );
    565     wp_enqueue_script( 'farbtastic', WP_PLUGIN_URL . '/easyattachments/js/farbtastic.js');
     562    wp_enqueue_style( 'easyattachments', WP_PLUGIN_URL . '/easy-attachments/css/easyattachments.css' );
     563    wp_enqueue_style( 'farbtastic', WP_PLUGIN_URL . '/easy-attachments/css/farbtastic.css' );
     564    wp_enqueue_script( 'easyattachments', WP_PLUGIN_URL . '/easy-attachments/js/easyattachments.js', array( 'thickbox' ), false, false );
     565    wp_enqueue_script( 'farbtastic', WP_PLUGIN_URL . '/easy-attachments/js/farbtastic.js');
    566566
    567567    if( function_exists( 'load_plugin_textdomain' ) )
  • easy-attachments/trunk/readme.txt

    r324834 r324926  
    1717
    18181. Download the plugin and extract the files
    19 2. Upload "easyattachments" to your wp-content/plugins/ directory
     192. Upload "easy-attachments" to your wp-content/plugins/ directory
    20203. Activate the plugin through the 'Plugins' menu in WordPress
    21214. Customize in the settings to match your theme.
Note: See TracChangeset for help on using the changeset viewer.