Changeset 26868 for trunk/src/wp-includes/widgets.php
- Timestamp:
- 12/24/2013 06:56:05 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets.php
r25580 r26868 20 20 * @package WordPress 21 21 * @subpackage Widgets 22 * @since 2.8 22 * @since 2.8.0 23 23 */ 24 24 class WP_Widget { … … 312 312 * @package WordPress 313 313 * @subpackage Widgets 314 * @since 2.8 314 * @since 2.8.0 315 315 */ 316 316 class WP_Widget_Factory { … … 979 979 * Whether a sidebar is in use. 980 980 * 981 * @since 2.8 981 * @since 2.8.0 982 982 * 983 983 * @param mixed $index Sidebar name, id or number to check. … … 1125 1125 * Output an arbitrary widget as a template tag 1126 1126 * 1127 * @since 2.8 1127 * @since 2.8.0 1128 1128 * 1129 1129 * @param string $widget the widget's PHP class name (see default-widgets.php)
Note: See TracChangeset
for help on using the changeset viewer.