Make WordPress Core

Changeset 34652


Ignore:
Timestamp:
09/27/2015 11:02:47 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Improve the hook documentation for the plugins_api_args filter.

Standardizes the hook doc summary and expands on the expected type for the $args parameter.

See #34035. See #32246.

File:
1 edited

Legend:

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

    r34647 r34652  
    114114
    115115    /**
    116      * Override the Plugin Install API arguments.
    117      *
    118      * Please ensure that an object is returned.
     116     * Filter the WordPress.org Plugin Install API arguments.
     117     *
     118     * Important: An object MUST be returned to this filter.
    119119     *
    120120     * @since 2.7.0
Note: See TracChangeset for help on using the changeset viewer.