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

    r25627 r25746  
    3838<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
    3939<?php
    40     /**
     40    /*
    4141     * We add some JavaScript to pages with the comment form
    4242     * to support sites with threaded comments (when in use).
     
    4545        wp_enqueue_script( 'comment-reply' );
    4646
    47     /**
     47    /*
    4848     * Always have wp_head() just before the closing </head>
    4949     * tag of your theme, or you will break many plugins, which
     
    7171                    // Compatibility with versions of WordPress prior to 3.4.
    7272                    if ( function_exists( 'get_custom_header' ) ) {
    73                         /**
     73                        /*
    7474                         * We need to figure out what the minimum width should be for our featured image.
    7575                         * This result would be the suggested width if the theme were to implement flexible widths.
Note: See TracChangeset for help on using the changeset viewer.