- Timestamp:
- 05/31/2015 01:17:25 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-comments-list-table.php
r32656 r32660 376 376 377 377 /** 378 * Get name of default primary column378 * Get the name of the default primary column. 379 379 * 380 380 * @since 4.3.0 381 381 * @access protected 382 382 * 383 * @return string 383 * @return string Name of the default primary column, in this case, 'comment'. 384 384 */ 385 385 protected function get_default_primary_column_name() { … … 450 450 451 451 /** 452 * Generate and display row actions links 452 * Generate and display row actions links. 453 453 * 454 454 * @since 4.3.0 455 455 * @access protected 456 456 * 457 * @param object $comment Comment being acted upon 458 * @param string $column_name Current column name 459 * @param string $primary Primary column name 460 * 461 * @return string|void 457 * @param object $comment Comment being acted upon. 458 * @param string $column_name Current column name. 459 * @param string $primary Primary column name. 460 * @return string|void Comment row actions output. 462 461 */ 463 462 protected function handle_row_actions( $comment, $column_name, $primary ) {
Note: See TracChangeset
for help on using the changeset viewer.