Make WordPress Core


Ignore:
Timestamp:
05/22/2016 05:21:48 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Remove/replace invalid inline @link tags from DocBlocks in wp-admin/includes/*.

See #36910.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/update-core.php

    r36843 r37485  
    745745
    746746/**
    747  * Upgrade the core of WordPress.
     747 * Upgrades the core of WordPress.
    748748 *
    749749 * This will create a .maintenance file at the base of the WordPress directory
     
    751751 * copied to their locations.
    752752 *
    753  * The files in the {@link $_old_files} list will be removed and the new files
     753 * The files in the `$_old_files` list will be removed and the new files
    754754 * copied from the zip file after the database is upgraded.
    755755 *
    756  * The files in the {@link $_new_bundled_files} list will be added to the installation
     756 * The files in the `$_new_bundled_files` list will be added to the installation
    757757 * if the version is greater than or equal to the old version being upgraded.
    758758 *
Note: See TracChangeset for help on using the changeset viewer.