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-includes/query.php

    r33724 r33734  
    21772177
    21782178        $stopwords = array();
    2179         foreach( $words as $word ) {
     2179        foreach ( $words as $word ) {
    21802180            $word = trim( $word, "\r\n\t " );
    21812181            if ( $word )
Note: See TracChangeset for help on using the changeset viewer.