Make WordPress Core

Opened 17 years ago

Closed 17 years ago

#5716 closed defect (bug) (wontfix)

Option for Windows Live Writer

Reported by: vlogtheimpaler's profile vlogtheimpaler Owned by:
Milestone: Priority: low
Severity: minor Version:
Component: General Keywords:
Focuses: Cc:

Description

There needs to be an option for enabling and disabling of writing the wlwmanifest headers in the admin panel. For some people, this is an unnecessary feature which could use an off switch.

Change History (1)

#1 @westi
17 years ago

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

The wlwmanifest headers are added on the wp_head hook and so are already optional.

If you don't want them add the following code to a simple plugin (or you themes functions.php):

remove_action('wp_head', 'wlwmanifest_link');
Note: See TracTickets for help on using tickets.