Make WordPress Core

Changes between Version 2 and Version 3 of Ticket #33308, comment 2


Ignore:
Timestamp:
08/11/2015 12:07:42 PM (8 years ago)
Author:
valendesigns
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33308, comment 2

    v2 v3  
    33However, I still would lean towards punting this. Because it doesn't feel like we have enough time to properly mock up the UI and create a well tested patch.
    44
    5 A side note: The backwards compatibility statement in [changeset:32722] makes me feel like we should be adding a `_doing_it_wrong` somewhere in there. Especially if they're setting `$_column_headers` for horse reasons.
     5A side note... The backwards compatibility statement in [changeset:32722] makes me feel like we should be adding a `_doing_it_wrong` somewhere in there. Especially if they're setting `$_column_headers` for horse reasons.
     6
     7Otherwise, we need to explain what could happen a little bit better in the off chance you've been setting `$_column_headers` manually and how that choice could break or uglify your responsive list tables.