Opened 18 years ago
Closed 18 years ago
#8413 closed defect (bug) (fixed)
Turbo link is still in admin header page
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 2.7 | Priority: | normal |
| Severity: | major | Version: | |
| Component: | UI | Keywords: | has patch |
| Focuses: | Cc: |
Description
The turbo menu entry is still on the top header admin page (near the user name on top right) linking to turbo.php that no longer exist cause is moved and Google Gears Turbo stuff are in main page under the Tool menu.
This patch remove it.
Attachments (2)
Change History (7)
#3
@
18 years ago
I realize this fix has been committed already, but shouldn't the text of the link at the top read Tools rather than Turbo?
Here's what was just committed:
<?php if ( ! $is_opera ) { ?> | <span id="gears-menu"><a href="tools.php"><?php _e('Turbo') ?></a></span><?php } ?> |
#4
@
18 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
Reopening ticket to suggest changing title of link from Turbo to Tools in the admin header since the link is to tools.php (see above comment by me).
#5
@
18 years ago
- Resolution set to fixed
- Status changed from reopened to closed
I'd tend to leave it as Turbo since the main reason for the link in the menu bar is to highlight users to Google Gears and the additional speed that it can provide if enabled.
See this ticket about removing the nag once it is enabled:
http://trac.wordpress.org/ticket/8276
Another solution would be to link to the new Tools menu page at wp-admin/tools.php