Plugin Directory

Changeset 931698


Ignore:
Timestamp:
06/13/2014 09:52:21 AM (12 years ago)
Author:
nicoss01
Message:

2014

Location:
xml-and-csv-import-in-article-content/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • xml-and-csv-import-in-article-content/trunk/importCSV.php

    r149644 r931698  
    44Plugin URI: http://www.erreurs404.net
    55Description: Allows you to attach photos to articles
    6 Version: 0.1
     6Version: 1.0
    77Author: Nicolas GRILLET
    88Author URI: http://www.erreurs404.net
     
    3232add_action('admin_menu', 'importCSV_init');
    3333
     34add_filter( 'plugin_action_links_' . plugin_basename(__FILE__), 'liens_pages_extensions_icsv' );
     35function 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
    3440?>
  • xml-and-csv-import-in-article-content/trunk/readme.txt

    r149640 r931698  
    11=== Plugin Name ===
    2 Contributors: Nicolas GRILLET
     2Contributors: nicoss01
    33Donate link: http://www.erreurs404.net
    44Tags: csv, import content
    55Requires at least: 2.0.2
    6 Tested up to: 2.8.3
    7 Stable tag: 0.9
     6Tested up to: 3.9.1
     7Stable tag: 1.0
    88
    99This 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.