Make WordPress Core


Ignore:
Timestamp:
06/30/2017 04:53:53 AM (8 years ago)
Author:
DrewAPicture
Message:

Docs: Use third-person singular verbs in the summaries for wp_unschedule_hook() and wp_clear_scheduled_hook().

See #41017.

File:
1 edited

Legend:

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

    r40965 r40970  
    192192
    193193/**
    194  * Unschedule all events attached to the hook with the specified arguments.
     194 * Unschedules all events attached to the hook with the specified arguments.
    195195 *
    196196 * @since 2.1.0
     
    223223
    224224/**
    225  * Unschedule all events attached to the hook.
     225 * Unschedules all events attached to the hook.
    226226 *
    227227 * Can be useful for plugins when deactivating to clean up the cron queue.
Note: See TracChangeset for help on using the changeset viewer.