Make WordPress Core


Ignore:
Timestamp:
03/18/2014 10:47:49 PM (12 years ago)
Author:
lancewillett
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyeleven/inc/widgets.php

    r25868 r27597  
    1717     *
    1818     * @since Twenty Eleven 1.0
    19      *
    20      * @return void
    2119     **/
    2220    function Twenty_Eleven_Ephemera_Widget() {
     
    3735     * @param array $args     An array of standard parameters for widgets in this theme.
    3836     * @param array $instance An array of settings for this widget instance.
    39      * @return void
    4037     **/
    4138    function widget( $args, $instance ) {
Note: See TracChangeset for help on using the changeset viewer.