Ignore:
Timestamp:
May 23, 2010, 4:52:05 PM (14 years ago)
Author:
patdenice
Message:

Compatible 2.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/bbcode_bar/main.inc.php

    r3609 r6297  
    11<?php /*
    2 Plugin Name: BBCode_bar
    3 Version: 2.0.a
    4 Description: Allow use BBCode for comments and descriptions. / Permet d'utiliser du BBCode pour les commentaires et les descriptions.
    5 Plugin URI: http://phpwebgallery.net/ext/extension_view.php?eid=140
    6 Author: Atadilo
    7 Author URI: http://www.phpwebgallery.net
     2Plugin Name: BBCode Bar
     3Version: auto
     4Description: Allow use BBCode for comments and descriptions.
     5Plugin URI: http://piwigo.org/ext/extension_view.php?eid=140
     6Author: Atadilo & P@t
    87*/
    98
     
    2827  {
    2928    array_push($menu,
    30       array('NAME' => 'BBCode_Bar',
     29      array('NAME' => 'BBCode Bar',
    3130            'URL' => get_admin_plugin_menu_link(dirname(__FILE__) . '/bbcode_bar_admin.php')));
    3231    return $menu;
Note: See TracChangeset for help on using the changeset viewer.