Make WordPress Core


Ignore:
Timestamp:
08/25/2015 08:27:56 PM (9 years ago)
Author:
wonderboymusic
Message:

foreach is a statement, not a function.

See #33491.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-list-table.php

    r33692 r33734  
    869869        // We need a primary defined so responsive views show something,
    870870        // so let's fall back to the first non-checkbox column.
    871         foreach( $columns as $col => $column_name ) {
     871        foreach ( $columns as $col => $column_name ) {
    872872            if ( 'cb' === $col ) {
    873873                continue;
Note: See TracChangeset for help on using the changeset viewer.