#8318 closed enhancement (invalid)
Remove wlwmanifest by default / make a option
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.7 |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
Hi,
i don't use microsoft products, and i'm surprised to see on my blog by default, in the code, this:
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="wp-includes/wlwmanifest.xml" />
Ok, this is very great for microsoft products's users, but why don't make a option? For remove this, we need a plugin :(
So, like the possibilites to deactive services at the boot for the OS, i think it is great if we can have a option for wlwmanifest activation.
Bye
Change History (4)
#2
@
16 years ago
- Milestone 2.8 deleted
- Resolution set to invalid
- Status changed from new to closed
The link is purposefully added on the wp_head hook using an action so that it can be disabled by a plugin or theme 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');
#4
in reply to:
↑ 3
@
16 years ago
- Priority changed from normal to lowest
- Severity changed from normal to trivial
- Summary changed from Remove wlwmanifest by default / make a option to PLEASE, DELETE THIS TICKET
- Version 2.7 deleted
Replying to albass:
The link above is spam, possibly even malicious (though I have not seen any negative effects from just visiting the page). I guess that will teach me to be more careful and look at to the bottom of my browser before I click links in trac...
Seems a little too late for 2.7. There might be a plugin alternative for you to use to remove it.