Changeset 2763 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/metabox/class-internal-notes.php
- Timestamp:
- 03/17/2016 06:49:00 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/metabox/class-internal-notes.php
r2752 r2763 1 1 <?php 2 2 namespace WordPressdotorg\Plugin_Directory\Admin\Metabox; 3 use WordPressdotorg\Plugin_Directory\Admin\ Plugin_Comments_List_Table;3 use WordPressdotorg\Plugin_Directory\Admin\List_Table\Plugin_Comments; 4 4 5 5 /** … … 26 26 */ 27 27 public static function display() { 28 $wp_list_table = new Plugin_Comments _List_Table( array(28 $wp_list_table = new Plugin_Comments( array( 29 29 'comment_type' => 'internal-note', 30 30 ) );
Note: See TracChangeset
for help on using the changeset viewer.