[wp-trac] Re: [WordPress Trac] #8318: Remove wlwmanifest by default
/ make a option
WordPress Trac
wp-trac at lists.automattic.com
Sun Nov 23 08:35:27 GMT 2008
#8318: Remove wlwmanifest by default / make a option
-------------------------+--------------------------------------------------
Reporter: csseur3 | Owner: anonymous
Type: enhancement | Status: closed
Priority: normal | Milestone:
Component: General | Version: 2.7
Severity: normal | Resolution: invalid
Keywords: |
-------------------------+--------------------------------------------------
Changes (by westi):
* status: new => closed
* resolution: => invalid
* milestone: 2.8 =>
Comment:
The link is purposefully added on the wp_head hook using an action so that
it can be disabled by a plugin or theme
[http://trac.wordpress.org/browser/trunk/wp-includes/default-
filters.php#L167 functions.php] if you don't want it:
http://trac.wordpress.org/browser/trunk/wp-includes/default-
filters.php#L167
Use the following code in a plugin or theme functions.php
{{{
remove_action('wp_head', 'wlwmanifest_link');
}}}
--
Ticket URL: <http://trac.wordpress.org/ticket/8318#comment:2>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list