Changeset 2764
- Timestamp:
- 03/17/2016 06:55:31 PM (9 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/list-table
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/list-table/class-committers.php
r2763 r2764 8 8 * Comments list table for comments meta box. 9 9 * 10 * @package WordPressdotorg\Plugin_Directory\Admin 10 * @package WordPressdotorg\Plugin_Directory\Admin\List_Table 11 11 */ 12 12 class Committers extends \WP_List_Table { -
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/list-table/class-plugin-comments.php
r2763 r2764 7 7 * Comments list table for comments meta box. 8 8 * 9 * @package WordPressdotorg\Plugin_Directory\Admin 9 * @package WordPressdotorg\Plugin_Directory\Admin\List_Table 10 10 */ 11 11 class Plugin_Comments extends \WP_Post_Comments_List_Table {
Note: See TracChangeset
for help on using the changeset viewer.