Changeset 6287 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/standalone/plugins-info-api.php
- Timestamp:
- 12/19/2017 04:22:37 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/standalone/plugins-info-api.php
r3289 r6287 1 1 <?php 2 2 namespace WordPressdotorg\Plugin_Directory; 3 3 4 die(); 4 5 … … 12 13 13 14 $_REQUEST = array( 14 'method' => 'plugin_information',15 'method' => 'plugin_information', 15 16 'request' => array( 16 'slug' => 'hello-dolly',17 'slug' => 'hello-dolly', 17 18 'fields' => 'active_installs', 18 ) 19 ), 19 20 ); 20 21
Note: See TracChangeset
for help on using the changeset viewer.