Changeset 10355 for sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-plugin-directory-compat.php
- Timestamp:
- 10/07/2020 04:38:34 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-plugin-directory-compat.php
r9857 r10355 111 111 112 112 public function do_topic_sidebar() { 113 if ( ! $this->plugin ) { 114 return; 115 } 116 113 117 if ( file_exists( WPORGPATH . 'wp-content/plugins/plugin-directory/class-template.php' ) ) { 114 118 include_once WPORGPATH . 'wp-content/plugins/plugin-directory/class-template.php';
Note: See TracChangeset
for help on using the changeset viewer.