Changeset 37488 for trunk/src/wp-admin/includes/plugin-install.php
- Timestamp:
- 05/22/2016 06:00:23 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/plugin-install.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/plugin-install.php
r37221 r37488 114 114 115 115 /** 116 * Filter the WordPress.org Plugin Install API arguments.116 * Filters the WordPress.org Plugin Install API arguments. 117 117 * 118 118 * Important: An object MUST be returned to this filter. … … 126 126 127 127 /** 128 * Filter the response for the current WordPress.org Plugin Install API request.128 * Filters the response for the current WordPress.org Plugin Install API request. 129 129 * 130 130 * Passing a non-false value will effectively short-circuit the WordPress.org API request. … … 172 172 173 173 /** 174 * Filter the Plugin Install API response results.174 * Filters the Plugin Install API response results. 175 175 * 176 176 * @since 2.7.0
Note: See TracChangeset
for help on using the changeset viewer.