Make WordPress Core


Ignore:
Timestamp:
07/17/2014 09:13:53 AM (11 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/link-parse-opml.php

    r28786 r29206  
    4646            $url = $attrs['HTMLURL'];
    4747        }
    48         // save the data away.
     48
     49        // Save the data away.
    4950        $names[] = $name;
    5051        $urls[] = $url;
     
    5253        $feeds[] = isset( $attrs['XMLURL'] ) ? $attrs['XMLURL'] :  '';
    5354        $descriptions[] = isset( $attrs['DESCRIPTION'] ) ? $attrs['DESCRIPTION'] :  '';
    54     } // end if outline
     55    } // End if outline.
    5556}
    5657
     
    6566 */
    6667function endElement($parser, $tagName) {
    67     // nothing to do.
     68    // Nothing to do.
    6869}
    6970
Note: See TracChangeset for help on using the changeset viewer.