Make WordPress Core


Ignore:
Timestamp:
12/24/2013 06:56:05 PM (11 years ago)
Author:
DrewAPicture
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/widgets.php

    r25580 r26868  
    2020 * @package WordPress
    2121 * @subpackage Widgets
    22  * @since 2.8
     22 * @since 2.8.0
    2323 */
    2424class WP_Widget {
     
    312312 * @package WordPress
    313313 * @subpackage Widgets
    314  * @since 2.8
     314 * @since 2.8.0
    315315 */
    316316class WP_Widget_Factory {
     
    979979 * Whether a sidebar is in use.
    980980 *
    981  * @since 2.8
     981 * @since 2.8.0
    982982 *
    983983 * @param mixed $index Sidebar name, id or number to check.
     
    11251125 * Output an arbitrary widget as a template tag
    11261126 *
    1127  * @since 2.8
     1127 * @since 2.8.0
    11281128 *
    11291129 * @param string $widget the widget's PHP class name (see default-widgets.php)
Note: See TracChangeset for help on using the changeset viewer.