Make WordPress Core


Ignore:
Timestamp:
01/22/2015 12:41:58 AM (10 years ago)
Author:
lancewillett
Message:

Twenty Ten: fix escaping and minor code style issues. See #29127.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyten/functions.php

    r30145 r31266  
    571571        $galleries = get_post_galleries( get_the_ID(), false );
    572572        if ( isset( $galleries[0]['ids'] ) )
    573             $images = explode( ',', $galleries[0]['ids'] );
     573            $images = explode( ',', $galleries[0]['ids'] );
    574574    } else {
    575575        $pattern = get_shortcode_regex();
Note: See TracChangeset for help on using the changeset viewer.