Make WordPress Core


Ignore:
Timestamp:
01/11/2019 06:39:55 AM (6 years ago)
Author:
pento
Message:

Coding Standards: Fix the Squiz.ControlStructures.ControlSignature.SpaceAfterCloseBrace violations.

See #45934.

File:
1 edited

Legend:

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

    r44382 r44566  
    588588            if ( $next_id ) {
    589589                $next_attachment_url = get_attachment_link( $next_id );
    590             } // or get the URL of the first image attachment.
    591             else {
     590            } else {
     591                // or get the URL of the first image attachment.
    592592                $next_attachment_url = get_attachment_link( reset( $attachment_ids ) );
    593593            }
Note: See TracChangeset for help on using the changeset viewer.