Make WordPress Core

Changeset 35210


Ignore:
Timestamp:
10/15/2015 08:51:58 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Fix a typo in an inline comment in wp_get_attachment_image_srcset_array().

Props neoxx.
Fixes #34319.

File:
1 edited

Legend:

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

    r35081 r35210  
    869869    $img_height = ( $image ) ? $image['height'] : $img_meta['height'];
    870870
    871     // Bail early if the width isn't greater that zero.
     871    // Bail early if the width isn't greater than zero.
    872872    if ( ! $img_width > 0 ) {
    873873        return false;
Note: See TracChangeset for help on using the changeset viewer.