Make WordPress Core


Ignore:
Timestamp:
07/24/2013 06:36:29 AM (12 years ago)
Author:
markjaquith
Message:

Oops. Forgot that we support a PHP version from 2007. Either that or I've been doing a lot of JS.

Props kovshenin. See [24789].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/media.php

    r24789 r24792  
    919919    }
    920920
    921     $attr_strings = [];
     921    $attr_strings = array();
    922922    foreach ( $atts as $k => $v ) {
    923923        $attr_strings[] = $k . '="' . esc_attr( $v ) . '"';
     
    10571057    }
    10581058
    1059     $attr_strings = [];
     1059    $attr_strings = array();
    10601060    foreach ( $atts as $k => $v ) {
    10611061        $attr_strings[] = $k . '="' . esc_attr( $v ) . '"';
Note: See TracChangeset for help on using the changeset viewer.