Make WordPress Core


Ignore:
Timestamp:
10/09/2013 08:38:26 PM (11 years ago)
Author:
nacin
Message:

Default themes: Don't use / docblocks for simple multiline comments.

props DrewAPicture, ericlewis.
fixes #25256.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyeleven/header.php

    r25625 r25746  
    2626<meta name="viewport" content="width=device-width" />
    2727<title><?php
    28     /**
    29      * Print the <title> tag based on what is being viewed.
    30      */
     28    // Print the <title> tag based on what is being viewed.
    3129    global $page, $paged;
    3230
     
    5351<![endif]-->
    5452<?php
    55     /**
     53    /*
    5654     * We add some JavaScript to pages with the comment form
    5755     * to support sites with threaded comments (when in use).
     
    6058        wp_enqueue_script( 'comment-reply' );
    6159
    62     /**
     60    /*
    6361     * Always have wp_head() just before the closing </head>
    6462     * tag of your theme, or you will break many plugins, which
     
    8482                    // Compatibility with versions of WordPress prior to 3.4.
    8583                    if ( function_exists( 'get_custom_header' ) ) {
    86                         /**
     84                        /*
    8785                         * We need to figure out what the minimum width should be for our featured image.
    8886                         * This result would be the suggested width if the theme were to implement flexible widths.
     
    9593            <a href="<?php echo esc_url( home_url( '/' ) ); ?>">
    9694                <?php
    97                     /**
     95                    /*
    9896                     * The header image.
    9997                     * Check if this is a post or page, if it has a thumbnail, and if it's a big one
Note: See TracChangeset for help on using the changeset viewer.