- Timestamp:
- 06/14/2023 06:32:14 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-privacy-requests-table.php
r54215 r55911 32 32 33 33 /** 34 * Get columns to show in the list table.34 * Gets columns to show in the list table. 35 35 * 36 36 * @since 4.9.6 … … 50 50 51 51 /** 52 * Normalize the admin URL to the current page (by request_type).52 * Normalizes the admin URL to the current page (by request_type). 53 53 * 54 54 * @since 5.3.0 … … 67 67 68 68 /** 69 * Get a list of sortable columns.69 * Gets a list of sortable columns. 70 70 * 71 71 * @since 4.9.6 … … 88 88 89 89 /** 90 * Default primary column.90 * Returns the default primary column. 91 91 * 92 92 * @since 4.9.6 … … 99 99 100 100 /** 101 * Count number of requests for each status.101 * Counts the number of requests for each status. 102 102 * 103 103 * @since 4.9.6 … … 138 138 139 139 /** 140 * Get an associative array ( id => link ) with the list of views available on this table.140 * Gets an associative array ( id => link ) with the list of views available on this table. 141 141 * 142 142 * @since 4.9.6 … … 201 201 202 202 /** 203 * Get bulk actions.203 * Gets bulk actions. 204 204 * 205 205 * @since 4.9.6 … … 355 355 356 356 /** 357 * Prepare items to output.357 * Prepares items to output. 358 358 * 359 359 * @since 4.9.6 … … 408 408 409 409 /** 410 * Checkbox column.410 * Returns the markup for the Checkbox column. 411 411 * 412 412 * @since 4.9.6 … … 457 457 458 458 /** 459 * Convert timestamp for display.459 * Converts a timestamp for display. 460 460 * 461 461 * @since 4.9.6 … … 480 480 481 481 /** 482 * Default column handler.482 * Handles the default column. 483 483 * 484 484 * @since 4.9.6 … … 504 504 505 505 /** 506 * Created timestamp column. Overridden by children.506 * Returns the markup for the Created timestamp column. Overridden by children. 507 507 * 508 508 * @since 5.7.0 … … 528 528 529 529 /** 530 * Next steps column. Overridden by children.530 * Returns the markup for the next steps column. Overridden by children. 531 531 * 532 532 * @since 4.9.6 … … 552 552 553 553 /** 554 * Embed scripts used to perform actions. Overridden by children.554 * Embeds scripts used to perform actions. Overridden by children. 555 555 * 556 556 * @since 4.9.6
Note: See TracChangeset
for help on using the changeset viewer.