Make WordPress Core


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

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

Fixes #36910.

File:
1 edited

Legend:

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

    r36299 r37487  
    458458 * @access private
    459459 *
    460  * @param array $cron Cron info array from {@link _get_cron_array()}.
     460 * @param array $cron Cron info array from _get_cron_array().
    461461 */
    462462function _set_cron_array($cron) {
     
    473473 * @access private
    474474 *
    475  * @param array $cron Cron info array from {@link _get_cron_array()}.
     475 * @param array $cron Cron info array from _get_cron_array().
    476476 * @return array An upgraded Cron info array.
    477477 */
Note: See TracChangeset for help on using the changeset viewer.