Make WordPress Core


Ignore:
Timestamp:
04/04/2023 02:54:31 PM (23 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/default-filters.php

    r55200 r55620  
    329329add_action( 'wp_head', 'feed_links_extra', 3 );
    330330add_action( 'wp_head', 'rsd_link' );
    331 add_action( 'wp_head', 'wlwmanifest_link' );
    332331add_action( 'wp_head', 'locale_stylesheet' );
    333332add_action( 'publish_future_post', 'check_and_publish_future_post', 10, 1 );
Note: See TracChangeset for help on using the changeset viewer.