Make WordPress Core

Changeset 27597


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.

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

Legend:

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

    r25625 r27597  
    505505 *
    506506 * @param object $wp_customize Theme Customizer object.
    507  * @return void
    508  *
    509507 */
    510508function twentyeleven_customize_register( $wp_customize ) {
  • 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.