Changeset 18632 for trunk/wp-admin/includes/plugin-install.php
- Timestamp:
- 09/03/2011 02:18:10 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/plugin-install.php
r18586 r18632 36 36 37 37 // Allows a plugin to override the WordPress.org API entirely. 38 // Use the filter 'plugins_api_result' to me arly add results.38 // Use the filter 'plugins_api_result' to merely add results. 39 39 // Please ensure that a object is returned from the following filters. 40 40 $args = apply_filters('plugins_api_args', $args, $action); … … 98 98 echo $api_tags->get_error_message(); 99 99 } else { 100 //Set up the tags in a way which can be interpr ated by wp_generate_tag_cloud()100 //Set up the tags in a way which can be interpreted by wp_generate_tag_cloud() 101 101 $tags = array(); 102 102 foreach ( (array)$api_tags as $tag ) … … 176 176 */ 177 177 function install_plugin_install_status($api, $loop = false) { 178 // this function is called recursiv ly, $loop prevents futhur loops.178 // this function is called recursively, $loop prevents further loops. 179 179 if ( is_array($api) ) 180 180 $api = (object) $api;
Note: See TracChangeset
for help on using the changeset viewer.