Changeset 776283
- Timestamp:
- 09/21/2013 07:55:08 AM (12 years ago)
- File:
-
- 1 edited
-
poty-mail-send/trunk/poty_mail_send.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
poty-mail-send/trunk/poty_mail_send.php
r582438 r776283 3 3 Plugin URI: http://www.potysoft.eu/poty-mail-send/ 4 4 Description: Plugin to send mails from the administration of wordpress. 5 Version: 0. 46 Author: PotySoft7 Author URI: http://www.potysoft.eu5 Version: 0.5 6 Author: jmmunozpl 7 Author URI: mailto:[email protected] 8 8 */ 9 9 … … 66 66 function admin_menus() { 67 67 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 73 69 } 74 70
Note: See TracChangeset
for help on using the changeset viewer.