Make WordPress Core


Ignore:
Timestamp:
10/09/2013 08:38:26 PM (12 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/functions.php

    r25627 r25746  
    3939 */
    4040
    41 /**
     41/*
    4242 * Set the content width based on the theme's design and stylesheet.
    4343 *
     
    4848    $content_width = 640;
    4949
    50 /** Tell WordPress to run twentyten_setup() when the 'after_setup_theme' hook is run. */
     50/* Tell WordPress to run twentyten_setup() when the 'after_setup_theme' hook is run. */
    5151add_action( 'after_setup_theme', 'twentyten_setup' );
    5252
     
    8585    add_theme_support( 'automatic-feed-links' );
    8686
    87     /**
     87    /*
    8888     * Make theme available for translation.
    8989     * Translations can be filed in the /languages/ directory
     
    105105
    106106    $custom_header_support = array(
    107         /**
     107        /*
    108108         * The default image to use.
    109109         * The %s is a placeholder for the theme template directory URI.
     
    148148    }
    149149
    150     /**
     150    /*
    151151     * We'll be using post thumbnails for custom header images on posts and pages.
    152152     * We want them to be 940 pixels wide by 198 pixels tall.
Note: See TracChangeset for help on using the changeset viewer.