Changeset 13109 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/plugin-directory.php
- Timestamp:
- 01/15/2024 05:23:52 AM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/plugin-directory.php
r8440 r13109 21 21 define( __NAMESPACE__ . '\PLUGIN_FILE', __FILE__ ); 22 22 23 /** 24 * Store the root plugin folder for usage with functions which need the relative path. 25 */ 26 define( __NAMESPACE__ . '\PLUGIN_DIR', __DIR__ ); 27 23 28 // Register an Autoloader for all files 24 29 require __DIR__ . '/class-autoloader.php';
Note: See TracChangeset
for help on using the changeset viewer.