Changeset 33668
- Timestamp:
- 08/20/2015 08:21:45 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-list-table.php
r33662 r33668 1261 1261 * @param string $column_name Current column name. 1262 1262 * @param string $primary Primary column name. 1263 * @return string The row actions output. In this case, an empty string.1263 * @return string The row actions HTML, or an empty string if the current column is the primary column. 1264 1264 */ 1265 1265 protected function handle_row_actions( $item, $column_name, $primary ) {
Note: See TracChangeset
for help on using the changeset viewer.