Changeset 6287 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/widgets/class-support-reps.php
- Timestamp:
- 12/19/2017 04:22:37 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/widgets/class-support-reps.php
r5867 r6287 1 1 <?php 2 2 namespace WordPressdotorg\Plugin_Directory\Widgets; 3 3 4 use WordPressdotorg\Plugin_Directory\Template; 4 5 use WordPressdotorg\Plugin_Directory\Tools; … … 10 11 */ 11 12 class Support_Reps extends \WP_Widget { 13 12 14 /** 13 15 * Support Reps constructor.
Note: See TracChangeset
for help on using the changeset viewer.