Changeset 2994 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/cli/class-import.php
- Timestamp:
- 04/21/2016 07:41:53 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/cli/class-import.php
r2969 r2994 43 43 * Process an import for a Plugin into the Plugin Directory. 44 44 * 45 * @throws \Exception 46 * 45 47 * @param string $plugin_slug The slug of the plugin to import. 46 * @return void.47 48 */ 48 49 public function import( $plugin_slug ) { … … 122 123 * - Handles readme.md & readme.txt prefering the latter. 123 124 * - Searches for Screenshots in /$stable/ and in /assets/ (listed remotely). 125 * 126 * @throws \Exception 124 127 * 125 128 * @param string $plugin_slug The slug of the plugin to parse. … … 249 252 return false; 250 253 } 251 252 254 } 253
Note: See TracChangeset
for help on using the changeset viewer.