Make WordPress Core


Ignore:
Timestamp:
11/13/2010 09:53:55 AM (15 years ago)
Author:
nacin
Message:

Use square brackets instead of braces for string access. props hakre, fixes #13900.

File:
1 edited

Legend:

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

    r16245 r16340  
    12591259
    12601260    foreach ( $form_fields as $id => $field ) {
    1261         if ( $id{0} == '_' )
     1261        if ( $id[0] == '_' )
    12621262            continue;
    12631263
Note: See TracChangeset for help on using the changeset viewer.