mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-05 05:04:31 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user