Opened 18 years ago
Closed 18 years ago
#7840 closed defect (bug) (duplicate)
add_menu_page and Dashboard menu item
| Reported by: | arena | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | crazyhorse | Version: | |
| Severity: | blocker | Keywords: | |
| Cc: | Focuses: |
Description
I have a plugin : MailPress that i am currently adapting to 2.7.
In the plugin settings, i have the option to make all mailpress menu in one place (with add_menu_page)
When this option is activated,
- When i am on the WordPress Dashboard pane,
- the urls of the menu items of my plugin are this type : http://127.0.0.1/wp27/wp-admin/mailpress/mp-admin/mail-new.php?page=mailpress/mp-admin/mails.php which leads to a 404 ...
- When i am on any other menu options,
- the urls of the menu items of my plugin are this type : http://127.0.0.1/wp27/wp-admin/admin.php?page=mailpress/mp-admin/mail-new.php and that is GOOD !
Btw, the bug disappears if there is more than one menu item in the Dashboard menu
i attach the 2.7 release of my plugin.
Change History (1)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
see #7841