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

git-svn-id: https://develop.svn.wordpress.org/trunk@27597 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett
2014-03-18 22:47:49 +00:00
parent f850186eff
commit 74d34dbdc8
2 changed files with 0 additions and 5 deletions

View File

@@ -504,8 +504,6 @@ add_filter( 'body_class', 'twentyeleven_layout_classes' );
* @since Twenty Eleven 1.3
*
* @param object $wp_customize Theme Customizer object.
* @return void
*
*/
function twentyeleven_customize_register( $wp_customize ) {
$wp_customize->get_setting( 'blogname' )->transport = 'postMessage';

View File

@@ -16,8 +16,6 @@ class Twenty_Eleven_Ephemera_Widget extends WP_Widget {
* Constructor
*
* @since Twenty Eleven 1.0
*
* @return void
**/
function Twenty_Eleven_Ephemera_Widget() {
$widget_ops = array( 'classname' => 'widget_twentyeleven_ephemera', 'description' => __( 'Use this widget to list your recent Aside, Status, Quote, and Link posts', 'twentyeleven' ) );
@@ -36,7 +34,6 @@ class Twenty_Eleven_Ephemera_Widget extends WP_Widget {
*
* @param array $args An array of standard parameters for widgets in this theme.
* @param array $instance An array of settings for this widget instance.
* @return void
**/
function widget( $args, $instance ) {
$cache = wp_cache_get( 'widget_twentyeleven_ephemera', 'widget' );