Changeset 12411
- Timestamp:
- 02/21/2023 05:52:23 AM (21 months ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-plugin-directory-compat.php
r12410 r12411 112 112 $this->contributors = $this->get_contributors( $slug ); 113 113 $this->support_reps = $this->get_support_reps( $slug ); 114 115 return true; 114 116 } 115 117 -
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-theme-directory-compat.php
r12410 r12411 112 112 $this->contributors = $this->get_contributors( $slug ); 113 113 $this->support_reps = $this->get_support_reps( $slug ); 114 115 return true; 114 116 } 115 117
Note: See TracChangeset
for help on using the changeset viewer.