Changeset 3289 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/standalone/downloads.php
- Timestamp:
- 06/02/2016 06:55:49 AM (9 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/standalone
- Files:
-
- 1 added
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/standalone/downloads.php
r3288 r3289 12 12 */ 13 13 14 include __DIR__ . '/class-autoloader.php'; 15 Autoloader\register_class_path( __NAMESPACE__, __DIR__ ); 16 14 include dirname( __DIR__ ) . '/class-autoloader.php'; 15 Autoloader\register_class_path( __NAMESPACE__, dirname( __DIR__ ) ); 17 16 $serve = new Zip\Serve();
Note: See TracChangeset
for help on using the changeset viewer.