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/menu-header.php

    r29083 r29206  
    8181        $img_class = ' dashicons-before';
    8282
    83         // if the string 'none' (previously 'div') is passed instead of an URL, don't output the default menu image
    84         // so an icon can be added to div.wp-menu-image as background with CSS.
    85         // Dashicons and base64-encoded data:image/svg_xml URIs are also handled as special cases.
     83        /*
     84         * If the string 'none' (previously 'div') is passed instead of an URL, don't output
     85         * the default menu image so an icon can be added to div.wp-menu-image as background
     86         * with CSS. Dashicons and base64-encoded data:image/svg_xml URIs are also handled
     87         * as special cases.
     88         */
    8689        if ( ! empty( $item[6] ) ) {
    8790            $img = '<img src="' . $item[6] . '" alt="" />';
Note: See TracChangeset for help on using the changeset viewer.