Changeset 46341
- Timestamp:
- 09/29/2019 11:03:14 AM (5 years ago)
- Location:
- trunk/src/wp-admin/includes
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-comments-list-table.php
r46336 r46341 488 488 489 489 /** 490 * Display the comments table. Override the parent method to render extra comments. 490 * Displays the comments table. 491 * 492 * Overrides the parent display() method to render extra comments. 491 493 * 492 494 * @since 3.1.0 -
trunk/src/wp-admin/includes/class-wp-list-table.php
r46144 r46341 1174 1174 1175 1175 /** 1176 * Display the table1176 * Displays the table. 1177 1177 * 1178 1178 * @since 3.1.0 -
trunk/src/wp-admin/includes/class-wp-plugin-install-list-table.php
r45932 r46341 334 334 335 335 /** 336 * Override the parent display() so we can provide a different container. 336 * Displays the plugin install table. 337 * 338 * Overrides the parent display() method to provide a different container. 339 * 340 * @since 4.0.0 337 341 */ 338 342 public function display() { -
trunk/src/wp-admin/includes/class-wp-theme-install-list-table.php
r46278 r46341 188 188 189 189 /** 190 * Displays the theme install table. 191 * 192 * Overrides the parent display() method to provide a different container. 193 * 194 * @since 3.1.0 190 195 */ 191 196 public function display() { -
trunk/src/wp-admin/includes/class-wp-themes-list-table.php
r45932 r46341 152 152 153 153 /** 154 * Displays the themes table. 155 * 156 * Overrides the parent display() method to provide a different container. 157 * 158 * @since 3.1.0 154 159 */ 155 160 public function display() {
Note: See TracChangeset
for help on using the changeset viewer.