Make WordPress Core

Opened 16 years ago

Closed 16 years ago

Last modified 12 years ago

#8318 closed enhancement (invalid)

Remove wlwmanifest by default / make a option

Reported by: csseur3's profile csseur3 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)

#1 @jacobsantos
16 years ago

  • Milestone changed from 2.7 to 2.8

Seems a little too late for 2.7. There might be a plugin alternative for you to use to remove it.

#2 @westi
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 @junsuijin
15 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...

#5 @ocean90
12 years ago

  • Priority changed from lowest to normal
  • Severity changed from trivial to normal
  • Summary changed from PLEASE, DELETE THIS TICKET to Remove wlwmanifest by default / make a option
  • Version set to 2.7
Note: See TracTickets for help on using tickets.