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/class-wp-customize-control.php

    r33602 r33734  
    387387     */
    388388    public function input_attrs() {
    389         foreach( $this->input_attrs as $attr => $value ) {
     389        foreach ( $this->input_attrs as $attr => $value ) {
    390390            echo $attr . '="' . esc_attr( $value ) . '" ';
    391391        }
Note: See TracChangeset for help on using the changeset viewer.