Changeset 517310
- Timestamp:
- 03/10/2012 06:12:14 PM (14 years ago)
- Location:
- awesome-flickr-gallery-plugin
- Files:
-
- 2 edited
-
tags/3.3.3/index.php (modified) (1 diff)
-
trunk/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
awesome-flickr-gallery-plugin/tags/3.3.3/index.php
r517161 r517310 51 51 52 52 $request_args = array( 53 'slug' => $plugin_slug, 54 'version' => $checked_data->checked[$plugin_slug .'/'. $plugin_slug_file], 53 'slug' => $plugin_slug, 54 'version' => $checked_data->checked[$plugin_slug .'/'. $plugin_slug_file], 55 'package_type' => 'stable', 55 56 ); 56 57 -
awesome-flickr-gallery-plugin/trunk/index.php
r517160 r517310 51 51 52 52 $request_args = array( 53 'slug' => $plugin_slug, 54 'version' => $checked_data->checked[$plugin_slug .'/'. $plugin_slug_file], 53 'slug' => $plugin_slug, 54 'version' => $checked_data->checked[$plugin_slug .'/'. $plugin_slug_file], 55 'package_type' => 'stable', 55 56 ); 56 57
Note: See TracChangeset
for help on using the changeset viewer.