Make WordPress Core

Changeset 38139


Ignore:
Timestamp:
07/22/2016 01:45:33 PM (8 years ago)
Author:
ocean90
Message:

Docs: Fix minor formatting issue for a comment added in [38113].

See #32171.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/image-edit.php

    r38113 r38139  
    831831     * keeping the new resized images from overwriting the existing image files.
    832832     * https://core.trac.wordpress.org/ticket/32171
    833     */
     833     */
    834834    if ( defined( 'IMAGE_EDIT_OVERWRITE' ) && IMAGE_EDIT_OVERWRITE && ! empty( $meta['sizes'] ) ) {
    835835        foreach ( $meta['sizes'] as $size ) {
Note: See TracChangeset for help on using the changeset viewer.