Changeset 6851 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-routes/inc/class-plugin.php
- Timestamp:
- 03/10/2018 12:11:16 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-routes/inc/class-plugin.php
r6319 r6851 37 37 */ 38 38 public function plugins_loaded() { 39 if ( file_exists( WPORGPATH . ' extend/plugins-plugins/_plugin-icons.php' ) ) {40 include_once WPORGPATH . ' extend/plugins-plugins/_plugin-icons.php';39 if ( file_exists( WPORGPATH . 'wp-content/plugins/plugin-directory/class-template.php' ) ) { 40 include_once WPORGPATH . 'wp-content/plugins/plugin-directory/class-template.php'; 41 41 } 42 42
Note: See TracChangeset
for help on using the changeset viewer.