Make WordPress Core


Ignore:
Timestamp:
04/04/2023 02:54:31 PM (20 months ago)
Author:
SergeyBiryukov
Message:

General: Remove Windows Live Writer manifest file.

The XML manifest was originally added in WordPress 2.3.1 to turn on tagging support in Windows Live Writer.

Given that the last major release of the software came out in 2012, and it was completely discontinued in January 2017, including this file in core no longer provides any benefit.

Follow-up to [6192], [49904].

Props joostdevalk, ayeshrajans, flixos90, jhabdas, frank-klein, wtranch, SergeyBiryukov.
Fixes #41404.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/general-template.php

    r55526 r55620  
    33743374
    33753375/**
    3376  * Displays the link to the Windows Live Writer manifest file.
    3377  *
    3378  * @link https://msdn.microsoft.com/en-us/library/bb463265.aspx
    3379  * @since 2.3.1
    3380  */
    3381 function wlwmanifest_link() {
    3382     printf(
    3383         '<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="%s" />' . "\n",
    3384         includes_url( 'wlwmanifest.xml' )
    3385     );
    3386 }
    3387 
    3388 /**
    33893376 * Displays a referrer `strict-origin-when-cross-origin` meta tag.
    33903377 *
Note: See TracChangeset for help on using the changeset viewer.