Make WordPress Core

Changeset 27599


Ignore:
Timestamp:
03/18/2014 10:48:10 PM (11 years ago)
Author:
lancewillett
Message:

Twenty Twelve: remove doc block comments for @return void. See #27098.

Location:
trunk/src/wp-content/themes/twentytwelve
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwelve/functions.php

    r27091 r27599  
    129129 *
    130130 * @since Twenty Twelve 1.0
    131  *
    132  * @return void
    133131 */
    134132function twentytwelve_scripts_styles() {
     
    304302 *
    305303 * @since Twenty Twelve 1.0
    306  *
    307  * @return void
    308304 */
    309305function twentytwelve_comment( $comment, $args, $depth ) {
     
    369365 *
    370366 * @since Twenty Twelve 1.0
    371  *
    372  * @return void
    373367 */
    374368function twentytwelve_entry_meta() {
     
    468462 *
    469463 * @since Twenty Twelve 1.0
    470  *
    471  * @return void
    472464 */
    473465function twentytwelve_content_width() {
     
    487479 *
    488480 * @param WP_Customize_Manager $wp_customize Customizer object.
    489  * @return void
    490481 */
    491482function twentytwelve_customize_register( $wp_customize ) {
     
    502493 *
    503494 * @since Twenty Twelve 1.0
    504  *
    505  * @return void
    506495 */
    507496function twentytwelve_customize_preview_js() {
  • trunk/src/wp-content/themes/twentytwelve/inc/custom-header.php

    r25521 r27599  
    5252 *
    5353 * @since Twenty Twelve 1.2
    54  *
    55  * @return void
    5654 */
    5755function twentytwelve_custom_header_fonts() {
Note: See TracChangeset for help on using the changeset viewer.