Make WordPress Core

Opened 18 years ago

Closed 18 years ago

#8413 closed defect (bug) (fixed)

Turbo link is still in admin header page

Reported by: steveagl's profile SteveAgl 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)

Remove turbo from header admin.patch (702 bytes) - added by SteveAgl 18 years ago.
patch.diff (696 bytes) - added by mattyrob 18 years ago.

Download all attachments as: .zip

Change History (7)

#1 @mattyrob
18 years ago

Another solution would be to link to the new Tools menu page at wp-admin/tools.php

@mattyrob
18 years ago

#2 @ryan
18 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [9953]) Fix turbo link. Props mattyrob. fixes #8413

#3 @kpdesign
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 @kpdesign
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 @mattyrob
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

Note: See TracTickets for help on using tickets.