Changeset 55620 for trunk/src/wp-includes/general-template.php
- Timestamp:
- 04/04/2023 02:54:31 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r55526 r55620 3374 3374 3375 3375 /** 3376 * Displays the link to the Windows Live Writer manifest file.3377 *3378 * @link https://msdn.microsoft.com/en-us/library/bb463265.aspx3379 * @since 2.3.13380 */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 /**3389 3376 * Displays a referrer `strict-origin-when-cross-origin` meta tag. 3390 3377 *
Note: See TracChangeset
for help on using the changeset viewer.