Changeset 46610 for trunk/src/wp-admin/includes/class-wp-list-table.php
- Timestamp:
- 10/28/2019 07:46:13 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-list-table.php
r46341 r46610 502 502 503 503 /** 504 * Generate row actions div504 * Generates the required HTML for a list of row action links. 505 505 * 506 506 * @since 3.1.0 … … 508 508 * @param string[] $actions An array of action links. 509 509 * @param bool $always_visible Whether the actions should be always visible. 510 * @return string 510 * @return string The HTML for the row actions. 511 511 */ 512 512 protected function row_actions( $actions, $always_visible = false ) { … … 532 532 533 533 /** 534 * Display a monthly dropdown for filtering items534 * Displays a dropdown for filtering items in the list table by month. 535 535 * 536 536 * @since 3.1.0 … … 539 539 * @global WP_Locale $wp_locale WordPress date and time locale object. 540 540 * 541 * @param string $post_type 541 * @param string $post_type The post type. 542 542 */ 543 543 protected function months_dropdown( $post_type ) {
Note: See TracChangeset
for help on using the changeset viewer.