Changeset 32668
- Timestamp:
- 05/31/2015 01:41:28 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-posts-list-table.php
r32656 r32668 985 985 986 986 /** 987 * Get name of default primary column987 * Get the name of the default primary column. 988 988 * 989 989 * @since 4.3.0 990 990 * @access protected 991 991 * 992 * @return string 992 * @return string Name of the default primary column, in this case, 'title'. 993 993 */ 994 994 protected function get_default_primary_column_name() { … … 997 997 998 998 /** 999 * Generate and display row actions links 999 * Generate and display row actions links. 1000 1000 * 1001 1001 * @since 4.3.0 1002 1002 * @access protected 1003 1003 * 1004 * @param object $post Post being acted upon 1005 * @param string $column_name Current column name 1006 * @param string $primary Primary column name 1007 * 1008 * @return string 1004 * @param object $post Post being acted upon. 1005 * @param string $column_name Current column name. 1006 * @param string $primary Primary column name. 1007 * @return string Row actions output for posts. 1009 1008 */ 1010 1009 protected function handle_row_actions( $post, $column_name, $primary ) {
Note: See TracChangeset
for help on using the changeset viewer.