Changeset 33872
- Timestamp:
- 09/03/2015 03:13:20 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets.php
r33758 r33872 1 1 <?php 2 2 /** 3 * API for creating dynamic sidebar without hardcoding functionality into 3 * Core Widgets API 4 * 5 * This API is used for creating dynamic sidebar without hardcoding functionality into 4 6 * themes 5 7 * 6 * Includes both internal WordPress routines and theme 8 * Includes both internal WordPress routines and theme-use routines. 7 9 * 8 * This functionality was found in a plugin before WordPress 2.2 releasewhich10 * This functionality was found in a plugin before the WordPress 2.2 release, which 9 11 * included it in the core from that point on. 10 12 * … … 14 16 * @package WordPress 15 17 * @subpackage Widgets 18 * @since 2.2.0 16 19 */ 17 20
Note: See TracChangeset
for help on using the changeset viewer.