Changeset 58745
- Timestamp:
- 07/17/2024 03:41:06 PM (9 months ago)
- Location:
- trunk/src/wp-admin/includes
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-links-list-table.php
r58069 r58745 308 308 } 309 309 310 /** 311 * Generates the list table rows. 312 * 313 * @since 3.1.0 314 */ 310 315 public function display_rows() { 311 316 foreach ( $this->items as $link ) { -
trunk/src/wp-admin/includes/class-wp-list-table.php
r58560 r58745 1719 1719 1720 1720 /** 1721 * Generates the table rows.1721 * Generates the list table rows. 1722 1722 * 1723 1723 * @since 3.1.0 -
trunk/src/wp-admin/includes/class-wp-media-list-table.php
r56665 r58745 709 709 710 710 /** 711 * Generates the list table rows. 712 * 713 * @since 3.1.0 714 * 711 715 * @global WP_Post $post Global post object. 712 716 * @global WP_Query $wp_query WordPress Query object. -
trunk/src/wp-admin/includes/class-wp-ms-sites-list-table.php
r57714 r58745 612 612 613 613 /** 614 * @global string $mode List table view mode. 614 * Generates the list table rows. 615 * 616 * @since 3.1.0 615 617 */ 616 618 public function display_rows() { -
trunk/src/wp-admin/includes/class-wp-ms-themes-list-table.php
r58069 r58745 495 495 496 496 /** 497 * Generates the list table rows. 498 * 499 * @since 3.1.0 497 500 */ 498 501 public function display_rows() { -
trunk/src/wp-admin/includes/class-wp-ms-users-list-table.php
r57111 r58745 471 471 } 472 472 473 /** 474 * Generates the list table rows. 475 * 476 * @since 3.1.0 477 */ 473 478 public function display_rows() { 474 479 foreach ( $this->items as $user ) { -
trunk/src/wp-admin/includes/class-wp-plugin-install-list-table.php
r58446 r58745 465 465 } 466 466 467 /** 468 * Generates the list table rows. 469 * 470 * @since 3.1.0 471 */ 467 472 public function display_rows() { 468 473 $plugins_allowedtags = array( -
trunk/src/wp-admin/includes/class-wp-plugins-list-table.php
r58616 r58745 695 695 696 696 /** 697 * Generates the list table rows. 698 * 699 * @since 3.1.0 700 * 697 701 * @global string $status 698 702 */ -
trunk/src/wp-admin/includes/class-wp-posts-list-table.php
r58419 r58745 791 791 792 792 /** 793 * Generates the list table rows. 794 * 795 * @since 3.1.0 796 * 793 797 * @global WP_Query $wp_query WordPress Query object. 794 * @global int $per_page 798 * @global int $per_page 799 * 795 800 * @param array $posts 796 801 * @param int $level -
trunk/src/wp-admin/includes/class-wp-theme-install-list-table.php
r58069 r58745 231 231 232 232 /** 233 * Generates the list table rows. 234 * 235 * @since 3.1.0 233 236 */ 234 237 public function display_rows() { -
trunk/src/wp-admin/includes/class-wp-themes-list-table.php
r57714 r58745 190 190 191 191 /** 192 * Generates the list table rows. 193 * 194 * @since 3.1.0 192 195 */ 193 196 public function display_rows() {
Note: See TracChangeset
for help on using the changeset viewer.