Changeset 2763 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/list-table/class-plugin-comments.php
- Timestamp:
- 03/17/2016 06:49:00 PM (9 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/list-table
- Files:
-
- 1 added
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/list-table/class-plugin-comments.php
r2760 r2763 1 1 <?php 2 namespace WordPressdotorg\Plugin_Directory\Admin ;2 namespace WordPressdotorg\Plugin_Directory\Admin\List_Table; 3 3 4 4 _get_list_table( 'WP_Post_Comments_List_Table' ); … … 9 9 * @package WordPressdotorg\Plugin_Directory\Admin 10 10 */ 11 class Plugin_Comments _List_Tableextends \WP_Post_Comments_List_Table {11 class Plugin_Comments extends \WP_Post_Comments_List_Table { 12 12 /** 13 13 * Comment type.
Note: See TracChangeset
for help on using the changeset viewer.