- Timestamp:
- 10/17/2020 04:03:58 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-posts-list-table.php
r49108 r49183 1322 1322 * @since 4.3.0 1323 1323 * 1324 * @param object $post Post being acted upon.1325 * @param string $column_name Current column name.1326 * @param string $primary Primary column name.1324 * @param WP_Post $post Post being acted upon. 1325 * @param string $column_name Current column name. 1326 * @param string $primary Primary column name. 1327 1327 * @return string Row actions output for posts, or an empty string 1328 1328 * if the current column is not the primary column.
Note: See TracChangeset
for help on using the changeset viewer.