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/dashboard.php

    r33357 r33734  
    10701070 */
    10711071function wp_dashboard_primary_output( $widget_id, $feeds ) {
    1072     foreach( $feeds as $type => $args ) {
     1072    foreach ( $feeds as $type => $args ) {
    10731073        $args['type'] = $type;
    10741074        echo '<div class="rss-widget">';
Note: See TracChangeset for help on using the changeset viewer.