Make WordPress Core


Ignore:
Timestamp:
06/27/2015 01:02:12 AM (9 years ago)
Author:
wonderboymusic
Message:

For doc block types, favor bool over the few remaining booleans

See #32444.

File:
1 edited

Legend:

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

    r32829 r32964  
    616616 * @param callback $function_to_remove The name of the function which should be removed.
    617617 * @param int      $priority           Optional. The priority of the function. Default 10.
    618  * @return boolean Whether the function is removed.
     618 * @return bool Whether the function is removed.
    619619 */
    620620function remove_action( $tag, $function_to_remove, $priority = 10 ) {
Note: See TracChangeset for help on using the changeset viewer.