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/showcase.php

    r25625 r25746  
    2727
    2828                <?php
    29                     /**
     29                    /*
    3030                     * We are using a heading by rendering the_content
    3131                     * If we have content for this page, let's display it.
     
    3838
    3939                <?php
    40                     /**
     40                    /*
    4141                     * Begin the featured posts section.
    4242                     *
     
    6262                    if ( $featured->have_posts() ) :
    6363
    64                     /**
     64                    /*
    6565                     * We will need to count featured posts starting from zero
    6666                     * to create the slider navigation.
     
    8585                    $counter_slider++;
    8686
    87                     /**
     87                    /*
    8888                     * We're going to add a class to our featured post for featured images
    8989                     * by default it'll have the feature-text class.
     
    109109
    110110                        <?php
    111                             /**
     111                            /*
    112112                             * If the thumbnail is as big as the header image
    113113                             * make it a large featured post, otherwise render it small
Note: See TracChangeset for help on using the changeset viewer.