Make WordPress Core


Ignore:
Timestamp:
05/27/2014 10:54:54 AM (11 years ago)
Author:
SergeyBiryukov
Message:

Avoid a PHP notice in bundled themes if no images were found.

props nabil_kadimi.
fixes #28361.

File:
1 edited

Legend:

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

    r28463 r28585  
    7272            break;
    7373    }
    74     $k++;
     74
    7575    // If there is more than 1 image attachment in a gallery
    7676    if ( count( $attachments ) > 1 ) {
     77        $k++;
    7778        if ( isset( $attachments[ $k ] ) )
    7879            // get the URL of the next image attachment
Note: See TracChangeset for help on using the changeset viewer.