]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/widgets.php
WordPress 3.4
[autoinstalls/wordpress.git] / wp-includes / widgets.php
index 2dfafcb5da4bc65c26bc876d3fc4b3efb13d8fc7..765bbffcfce17850a80c550a0ec86e7df801d546 100644 (file)
@@ -681,7 +681,6 @@ function wp_sidebar_description( $id ) {
                return esc_html( $wp_registered_sidebars[$id]['description'] );
 }
 
-
 /**
  * Remove widget from sidebar.
  *
@@ -1149,7 +1148,7 @@ function _get_widget_id_base($id) {
  * Handle sidebars config after theme change
  *
  * @access private
- * @since 3.3
+ * @since 3.3.0
  */
 function _wp_sidebars_changed() {
        global $sidebars_widgets;