Make WordPress Core


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

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

File:
1 edited

Legend:

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

    r27091 r27598  
    5757 *
    5858 * @since Twenty Thirteen 1.0
    59  *
    60  * @return void
    6159 */
    6260function twentythirteen_setup() {
     
    157155 *
    158156 * @since Twenty Thirteen 1.0
    159  *
    160  * @return void
    161157 */
    162158function twentythirteen_scripts_styles() {
     
    228224 *
    229225 * @since Twenty Thirteen 1.0
    230  *
    231  * @return void
    232226 */
    233227function twentythirteen_widgets_init() {
     
    259253 *
    260254 * @since Twenty Thirteen 1.0
    261  *
    262  * @return void
    263255 */
    264256function twentythirteen_paging_nav() {
     
    292284*
    293285* @since Twenty Thirteen 1.0
    294 *
    295 * @return void
    296286*/
    297287function twentythirteen_post_nav() {
     
    325315 *
    326316 * @since Twenty Thirteen 1.0
    327  *
    328  * @return void
    329317 */
    330318function twentythirteen_entry_meta() {
     
    394382 *
    395383 * @since Twenty Thirteen 1.0
    396  *
    397  * @return void
    398384 */
    399385function twentythirteen_the_attached_image() {
     
    505491 *
    506492 * @since Twenty Thirteen 1.0
    507  *
    508  * @return void
    509493 */
    510494function twentythirteen_content_width() {
     
    524508 *
    525509 * @param WP_Customize_Manager $wp_customize Customizer object.
    526  * @return void
    527510 */
    528511function twentythirteen_customize_register( $wp_customize ) {
     
    540523 *
    541524 * @since Twenty Thirteen 1.0
    542  *
    543  * @return void
    544525 */
    545526function twentythirteen_customize_preview_js() {
Note: See TracChangeset for help on using the changeset viewer.