Plugin Directory

Changeset 359799


Ignore:
Timestamp:
03/14/2011 12:33:45 PM (15 years ago)
Author:
logiclord
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • backup-and-move/trunk/backup_and_move.php

    r359518 r359799  
    146146function backup_and_move_menu()
    147147{
    148     add_menu_page('Backup and Move', 'Backup Move', 'import', 'backup_and_move-plugin', 'backup_and_move_option',home_url().'/wp-content/plugins/backup_and_move/img/backup_and_move.png',40);
     148    add_menu_page('Backup and Move', 'Backup Move', 'import', 'backup_and_move-plugin', 'backup_and_move_option',home_url().'/wp-content/plugins/backup-and-move/img/backup_and_move.png',40);
    149149    add_submenu_page('backup_and_move-plugin','Manage backups', 'Manage backups', 'import', 'backup_and_move_previous', 'backup_and_move_page');
    150150}
Note: See TracChangeset for help on using the changeset viewer.