Ticket #5716 (closed defect: wontfix)

Opened 10 months ago

Last modified 10 months ago

Option for Windows Live Writer

Reported by: vlogtheimpaler Assigned to: anonymous
Priority: low Milestone:
Component: General Version:
Severity: minor Keywords:
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

01/24/08 21:52:06 changed by westi

  • status changed from new to closed.
  • resolution set to wontfix.
  • milestone deleted.

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');