Make WordPress Core


Ignore:
Timestamp:
05/23/2016 06:58:48 PM (8 years ago)
Author:
DrewAPicture
Message:

Docs: Apply inline @see tags to hooks referenced in DocBlocks in a variety of wp-includes/* files.

Applying these specially-crafted @see tags allows the Code Reference parser to recognize and link these elements as actions and filters.

See #36921.

File:
1 edited

Legend:

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

    r37518 r37542  
    6363 *
    6464 * Valid values for the recurrence are hourly, daily and twicedaily. These can
    65  * be extended using the cron_schedules filter in wp_get_schedules().
     65 * be extended using the {@see 'cron_schedules'} filter in wp_get_schedules().
    6666 *
    6767 * Use wp_next_scheduled() to prevent duplicates
     
    364364 *
    365365 * The supported recurrences are 'hourly' and 'daily'. A plugin may add more by
    366  * hooking into the 'cron_schedules' filter. The filter accepts an array of
     366 * hooking into the {@see 'cron_schedules'} filter. The filter accepts an array of
    367367 * arrays. The outer array has a key that is the name of the schedule or for
    368368 * example 'weekly'. The value is an array with two keys, one is 'interval' and
Note: See TracChangeset for help on using the changeset viewer.