Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #28782


Ignore:
Timestamp:
07/07/2014 08:11:20 PM (10 years ago)
Author:
SergeyBiryukov
Comment:

Duplicate of #28407.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28782

    • Property Status changed from new to closed
    • Property Resolution changed from to duplicate
    • Property Milestone changed from Awaiting Review to
  • Ticket #28782 – Description

    initial v1  
    55Current
    66Line: 483
     7{{{
    78        if ( !empty( $attachments ) ) {
    89                foreach ( $attachments as $attachment ) {
     
    1415                }
    1516        }
    16 
     17}}}
    1718Change
    1819Line: 483
    19 if ( !empty( $attachments ) ) {
     20{{{
     21        if ( !empty( $attachments ) ) {
    2022                foreach ( $attachments as $attachment ) {
    2123                        try {
     
    3032                }
    3133        }
     34}}}