Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #29881, comment 29


Ignore:
Timestamp:
06/13/2015 06:01:37 PM (10 years ago)
Author:
paulwilde
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29881, comment 29

    v1 v2  
    1 I've attached a patch which is a potential solution to repeating all of single_row_columns()'s code several times.
     1I've attached a patch which is a potential solution to repeating all of `single_row_columns()`'s code several times.
     2
     3`handle_row_actions()` is hard-coded into the overrides, so maybe a `single_row_column()` method could exist which accepts attributes and the column value as its arguments.