- Timestamp:
- 11/05/2019 09:28:51 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-privacy-requests-table.php
r46374 r46662 36 36 * @since 4.9.6 37 37 * 38 * @return array Array of columns.38 * @return string[] Array of column titles keyed by their column name. 39 39 */ 40 40 public function get_columns() { … … 138 138 * @since 4.9.6 139 139 * 140 * @return array Associative array of views in the format of $view_name => $view_markup.140 * @return string[] An array of HTML links keyed by their view. 141 141 */ 142 142 protected function get_views() { … … 201 201 * @since 4.9.6 202 202 * 203 * @return array List of bulk actions.203 * @return string[] Array of bulk action labels keyed by their action. 204 204 */ 205 205 protected function get_bulk_actions() {
Note: See TracChangeset
for help on using the changeset viewer.