Plugin Directory

Changeset 776283


Ignore:
Timestamp:
09/21/2013 07:55:08 AM (12 years ago)
Author:
PotySoft
Message:

new version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • poty-mail-send/trunk/poty_mail_send.php

    r582438 r776283  
    33    Plugin URI: http://www.potysoft.eu/poty-mail-send/
    44    Description: Plugin to send mails from the administration of wordpress.
    5     Version: 0.4
    6     Author: PotySoft
    7     Author URI: http://www.potysoft.eu
     5    Version: 0.5
     6    Author: jmmunozpl
     7    Author URI: mailto:[email protected]
    88*/
    99
     
    6666    function admin_menus() {
    6767        add_menu_page( $this->_label, $this->_label, 8, $this->_name, array( &$this, 'pms_page' ), PMS_URL .'css/img/ico-menu.png' );
    68        
    69         /*$page = add_submenu_page( $this->_name, 'Diseña el esqueleto de tu web', 'Estructura', 8, 'poty_web_maker', array( &$this, 'estructura_page' ), 0 );
    70         */
    71        
    72        
     68
    7369    }
    7470   
Note: See TracChangeset for help on using the changeset viewer.