Changeset 897465
- Timestamp:
- 04/18/2014 03:25:27 PM (12 years ago)
- Location:
- auto-attachments/trunk
- Files:
-
- 2 deleted
- 3 edited
-
admin/shortcodes.php (modified) (1 diff)
-
auto-attachments.php (modified) (1 diff)
-
includes/js/css/images (deleted)
-
includes/js/css/modal.css (deleted)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
auto-attachments/trunk/admin/shortcodes.php
r851532 r897465 89 89 add_action('admin_head-post.php', 'button_js'); 90 90 function button_js() { 91 wp_enqueue_style('modali', plugins_url().'/auto-attachments/includes/js/css/modal.css', __FILE__); 91 //wp_enqueue_style('modali', plugins_url().'/auto-attachments/includes/js/css/modal.css', __FILE__); 92 //Call style proper way 93 wp_enqueue_style("wp-jquery-ui-dialog"); 92 94 global $post; 93 95 $nonc = wp_create_nonce("ajax-nonce"); -
auto-attachments/trunk/auto-attachments.php
r851532 r897465 3 3 Plugin Name: Auto Attachments 4 4 Plugin URI: http://www.wpadami.com/cms-sistemleri/wordpress/auto-attachments-0-7.html 5 Description: This plugin makes your attachments more effective. Supported attachment types are Word, Excel, Pdf, PowerPoint, zip, rar, tar, tar.gz, mp3, flv, mp46 Version: 1.8. 25 Description: DO NOT USE WITH 3.9 FOR NOW! This plugin makes your attachments more effective. Supported attachment types are Word, Excel, Pdf, PowerPoint, zip, rar, tar, tar.gz, mp3, flv, mp4 6 Version: 1.8.3 7 7 Author: Serkan Algur 8 8 Author URI: http://www.wpadami.com -
auto-attachments/trunk/readme.txt
r851543 r897465 10 10 11 11 12 This plugin makes your attachments more effective. Supported attachment types: Word, Excel, Pdf, PowerPoint, odf, ods, zip, rar, tar, mp3...12 DO NOT USE WITH 3.9 FOR NOW! This plugin makes your attachments more effective. Supported attachment types: Word, Excel, Pdf, PowerPoint, odf, ods, zip, rar, tar, mp3... 13 13 14 14 == Description ==
Note: See TracChangeset
for help on using the changeset viewer.