Opened 11 years ago
Closed 11 years ago
#28987 closed defect (bug) (fixed)
doubled "Customize" button
Reported by: | afercia | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 4.0 | Priority: | normal |
Severity: | normal | Version: | 4.0 |
Component: | Themes | Keywords: | has-patch commit |
Focuses: | administration | Cc: |
Description
After 29026 that adds a "return" argument to the customize.php link in the menu, now if you click on an activated theme details you see two "Customize" buttons. See attached screenshot.
In themes.php, "$current_theme_actions" skips a menu item equal to "customize.php" which of course is now different and is "customize.php?return...etc..."
Attachments (3)
Change History (9)
Note: See
TracTickets for help on using
tickets.
Nice find afercia!
Would you mind refreshing the patch and adding another whitespace between the
'customize.php'
string and the closing bracket ofstrpos()
? It should be good to go then.Thanks!