Changeset 49197 for trunk/src/wp-admin/includes/class-wp-list-table.php
- Timestamp:
- 10/18/2020 08:52:01 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-list-table.php
r49193 r49197 1373 1373 * @since 3.1.0 1374 1374 * 1375 * @param object $item The current item1375 * @param object|array $item The current item 1376 1376 */ 1377 1377 public function single_row( $item ) { … … 1382 1382 1383 1383 /** 1384 * @param object $item1384 * @param object|array $item 1385 1385 * @param string $column_name 1386 1386 */ … … 1388 1388 1389 1389 /** 1390 * @param object $item1390 * @param object|array $item 1391 1391 */ 1392 1392 protected function column_cb( $item ) {} … … 1397 1397 * @since 3.1.0 1398 1398 * 1399 * @param object $item The current item.1399 * @param object|array $item The current item. 1400 1400 */ 1401 1401 protected function single_row_columns( $item ) { … … 1449 1449 * @since 4.3.0 1450 1450 * 1451 * @param object $item The item being acted upon.1452 * @param string $column_name Current column name.1453 * @param string $primary Primary column name.1451 * @param object|array $item The item being acted upon. 1452 * @param string $column_name Current column name. 1453 * @param string $primary Primary column name. 1454 1454 * @return string The row actions HTML, or an empty string 1455 1455 * if the current column is not the primary column.
Note: See TracChangeset
for help on using the changeset viewer.