Changes between Initial Version and Version 1 of Ticket #24210, comment 5
- Timestamp:
- 04/28/2013 07:44:36 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24210, comment 5
initial v1 3 3 `WP_Users_List_Table::single_row()` didn't require the change, as it actually returns the output, apparently for `wp_ajax_add_user()`, although that function doesn't appear to be used anywhere. 4 4 5 `WP_T hemes_List_Table::single_row()`, on the other hand, does not need to return the output and currently mixes string concatenation with direct echoing. The patch resolves that.5 `WP_Terms_List_Table::_rows()`, on the other hand, does not need to return the output and currently mixes string concatenation with direct echoing. The patch resolves that.