Changeset 931698
- Timestamp:
- 06/13/2014 09:52:21 AM (12 years ago)
- Location:
- xml-and-csv-import-in-article-content/trunk
- Files:
-
- 2 edited
-
importCSV.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
xml-and-csv-import-in-article-content/trunk/importCSV.php
r149644 r931698 4 4 Plugin URI: http://www.erreurs404.net 5 5 Description: Allows you to attach photos to articles 6 Version: 0.16 Version: 1.0 7 7 Author: Nicolas GRILLET 8 8 Author URI: http://www.erreurs404.net … … 32 32 add_action('admin_menu', 'importCSV_init'); 33 33 34 add_filter( 'plugin_action_links_' . plugin_basename(__FILE__), 'liens_pages_extensions_icsv' ); 35 function liens_pages_extensions_icsv( $links ) { 36 $links[] = '<a href="http://www.devictio.fr target="_blank">www.devictio.fr <img src="http://apps.devictio.fr/Import_CSV.png" alt="logo" /></a>'; 37 return $links; 38 } 39 34 40 ?> -
xml-and-csv-import-in-article-content/trunk/readme.txt
r149640 r931698 1 1 === Plugin Name === 2 Contributors: Nicolas GRILLET2 Contributors: nicoss01 3 3 Donate link: http://www.erreurs404.net 4 4 Tags: csv, import content 5 5 Requires at least: 2.0.2 6 Tested up to: 2.8.37 Stable tag: 0.96 Tested up to: 3.9.1 7 Stable tag: 1.0 8 8 9 9 This plugin allows you to import CSV or XML File as a table in your article content.
Note: See TracChangeset
for help on using the changeset viewer.