[wp-trac] Re: [WordPress Trac] #5716: Option for Windows Live Writer
WordPress Trac
wp-trac at lists.automattic.com
Thu Jan 24 21:52:06 GMT 2008
#5716: Option for Windows Live Writer
----------------------------+-----------------------------------------------
Reporter: vlogtheimpaler | Owner: anonymous
Type: defect | Status: closed
Priority: low | Milestone:
Component: General | Version:
Severity: minor | Resolution: wontfix
Keywords: |
----------------------------+-----------------------------------------------
Changes (by westi):
* status: new => closed
* resolution: => wontfix
* milestone: 2.7 =>
Comment:
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');
}}}
--
Ticket URL: <http://trac.wordpress.org/ticket/5716#comment:1>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list