Changeset 324926
- Timestamp:
- 12/21/2010 10:20:28 AM (15 years ago)
- Location:
- easy-attachments/trunk
- Files:
-
- 2 edited
-
easyattachments.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
easy-attachments/trunk/easyattachments.php
r324834 r324926 560 560 } 561 561 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');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'); 566 566 567 567 if( function_exists( 'load_plugin_textdomain' ) ) -
easy-attachments/trunk/readme.txt
r324834 r324926 17 17 18 18 1. Download the plugin and extract the files 19 2. Upload "easy attachments" to your wp-content/plugins/ directory19 2. Upload "easy-attachments" to your wp-content/plugins/ directory 20 20 3. Activate the plugin through the 'Plugins' menu in WordPress 21 21 4. Customize in the settings to match your theme.
Note: See TracChangeset
for help on using the changeset viewer.