Make WordPress Core


Ignore:
Timestamp:
07/17/2014 09:13:53 AM (10 years ago)
Author:
DrewAPicture
Message:

Fix syntax for single- and multi-line comments in wp-admin-directory files.

See #28931.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/custom-header.php

    r29165 r29206  
    935935        $this->set_header_image( compact( 'url', 'attachment_id', 'width', 'height' ) );
    936936
    937         // cleanup
     937        // Cleanup.
    938938        $medium = str_replace( basename( $original ), 'midsize-' . basename( $original ), $original );
    939939        if ( file_exists( $medium ) ) {
Note: See TracChangeset for help on using the changeset viewer.