First there were two, and now there are three -- in the @since versions that came before and that shall be. And so it will be, says nacin.

Props JustinSainton, SergeyBiryukov, DrewAPicture.
Fixes #26713.


git-svn-id: https://develop.svn.wordpress.org/trunk@26868 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes
2013-12-24 18:56:05 +00:00
parent e119b7e3df
commit bd39e26032
39 changed files with 289 additions and 251 deletions

View File

@@ -19,7 +19,7 @@
*
* @package WordPress
* @subpackage Widgets
* @since 2.8
* @since 2.8.0
*/
class WP_Widget {
@@ -311,7 +311,7 @@ class WP_Widget {
*
* @package WordPress
* @subpackage Widgets
* @since 2.8
* @since 2.8.0
*/
class WP_Widget_Factory {
var $widgets = array();
@@ -978,7 +978,7 @@ function is_dynamic_sidebar() {
/**
* Whether a sidebar is in use.
*
* @since 2.8
* @since 2.8.0
*
* @param mixed $index Sidebar name, id or number to check.
* @return bool true if the sidebar is in use, false otherwise.
@@ -1124,7 +1124,7 @@ function wp_convert_widget_settings($base_name, $option_name, $settings) {
/**
* Output an arbitrary widget as a template tag
*
* @since 2.8
* @since 2.8.0
*
* @param string $widget the widget's PHP class name (see default-widgets.php)
* @param array $instance the widget's instance settings