Changeset 32669
- Timestamp:
- 05/31/2015 01:43:33 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-terms-list-table.php
r32656 r32669 375 375 376 376 /** 377 * Get name of default primary column377 * Get the name of the default primary column. 378 378 * 379 379 * @since 4.3.0 380 380 * @access protected 381 381 * 382 * @return string 382 * @return string Name of the default primary column, in this case, 'name'. 383 383 */ 384 384 protected function get_default_primary_column_name() { … … 387 387 388 388 /** 389 * Generate and display row actions links 389 * Generate and display row actions links. 390 390 * 391 391 * @since 4.3.0 392 392 * @access protected 393 393 * 394 * @param object $tag Tag being acted upon 395 * @param string $column_name Current column name 396 * @param string $primary Primary column name 397 * 398 * @return string 394 * @param object $tag Tag being acted upon. 395 * @param string $column_name Current column name. 396 * @param string $primary Primary column name. 397 * @return string Row actions output for terms. 399 398 */ 400 399 protected function handle_row_actions( $tag, $column_name, $primary ) {
Note: See TracChangeset
for help on using the changeset viewer.