Make WordPress Core

Changeset 32829


Ignore:
Timestamp:
06/18/2015 08:36:39 AM (10 years ago)
Author:
johnbillion
Message:

Correct a typo in the inline docs for add_action().

Props nabil_kadimi, swissspidy
Fixes #32697

File:
1 edited

Legend:

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

    r32650 r32829  
    430430 *                                  and functions with the same priority are executed
    431431 *                                  in the order in which they were added to the action.
    432  * @param int      $accepted_args   Optional. The number of arguments the function accept. Default 1.
     432 * @param int      $accepted_args   Optional. The number of arguments the function accepts. Default 1.
    433433 * @return true Will always return true.
    434434 */
Note: See TracChangeset for help on using the changeset viewer.