Make WordPress Core

Opened 15 years ago

Closed 14 years ago

#10880 closed feature request (duplicate)

New wp-config constant for Google Chrome Frame

Reported by: williamsba1's profile williamsba1 Owned by: williamsba1's profile williamsba1
Milestone: Priority: normal
Severity: normal Version:
Component: General Keywords:
Focuses: Cc:

Description

I'd love to see a new constant option created to easily enable Google Chrome Frame support in a WordPress website.

Basically if the constant is defined true:
define('CHROMEFRAME', true);

Then the Chrome Frame tag would be returned in wp_head:
<meta http-equiv="X-UA-Compatible" content="chrome=1">

I'll gladly submit the patch for this, but wanted to get feedback on the idea first

Change History (8)

#1 @dd32
15 years ago

This sounds like Theme or Plugin code to me..

#2 @williamsba1
15 years ago

Plugins already exists for it, just seems unnecessary for what it is doing. I would guess a good majority of WordPress administrators would like an easy way to enable this on all of their sites.

#3 @johnbillion
15 years ago

While I can see the attraction of allowing easy support for things like Chrome Frame, I don't think core is the place for it. Which third party plugins, preferences and meta data do we decide to support or not support? Do we start adding constants for other specific things such as iPhone viewport size, IE image toolbar settings, author/copyright info?

#4 @hakre
15 years ago

IMHO even not Plugin Domain, this can be easily edited in the theme. I'm very much for closing this as wontfix.

#5 @dd32
15 years ago

  • Milestone Unassigned deleted
  • Resolution set to wontfix
  • Status changed from new to closed

Closing as wontfix. The theme should implement it, or a plugin be used to supplement it.

#6 @hakre
14 years ago

Related: #14537

#7 @hakre
14 years ago

  • Resolution wontfix deleted
  • Status changed from closed to reopened

Google Chrome is now out of beta and Nacin wants support for it.

#8 @nacin
14 years ago

  • Resolution set to duplicate
  • Status changed from reopened to closed
Note: See TracTickets for help on using tickets.