Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix notice appearing in WP 4.3-alpha #429

Merged
merged 1 commit into from Jun 6, 2015
Merged

Commits on Jun 4, 2015

  1. Fix notice appearing in WP 4.3-alpha

    Due to WordPress/WordPress@4c0c7fd, WP 4.3 now expects `$this->_column_headers` property in the list table object to have 4 entries. This commit fixes the offset notice that otherwise appears.
    
    In 4.2, the `list()` call inside `single_row_columns()` simply drops the extra values, so it's backwards compatible.
    GaryJones committed Jun 4, 2015
    Configuration menu
    Copy the full SHA
    87c1246 View commit details
    Browse the repository at this point in the history