- Timestamp:
- 05/29/2015 08:16:22 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-links-list-table.php
r32644 r32654 27 27 } 28 28 29 /** 30 * 31 * @return bool 32 */ 29 33 public function ajax_user_can() { 30 34 return current_user_can( 'manage_links' ); … … 61 65 } 62 66 67 /** 68 * 69 * @return array 70 */ 63 71 protected function get_bulk_actions() { 64 72 $actions = array(); … … 100 108 } 101 109 110 /** 111 * 112 * @return array 113 */ 102 114 public function get_columns() { 103 115 return array( … … 112 124 } 113 125 126 /** 127 * 128 * @return array 129 */ 114 130 protected function get_sortable_columns() { 115 131 return array(
Note: See TracChangeset
for help on using the changeset viewer.