Changeset 55620 for trunk/src/wp-includes/deprecated.php
- Timestamp:
- 04/04/2023 02:54:31 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/deprecated.php
r55436 r55620 4628 4628 ); 4629 4629 } 4630 4631 /** 4632 * Displays the link to the Windows Live Writer manifest file. 4633 * 4634 * @link https://msdn.microsoft.com/en-us/library/bb463265.aspx 4635 * @since 2.3.1 4636 * @deprecated 6.3.0 WLW manifest is no longer in use and no longer included in core, 4637 * so the output from this function is removed. 4638 */ 4639 function wlwmanifest_link() { 4640 _deprecated_function( __FUNCTION__, '6.3.0' ); 4641 }
Note: See TracChangeset
for help on using the changeset viewer.