Changeset 33757 for trunk/src/wp-includes/widget-functions.php
- Timestamp:
- 08/26/2015 07:56:30 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widget-functions.php
r33746 r33757 1 1 <?php 2 2 /** 3 * Core widgets functionality 4 * 3 5 * @package WordPress 4 6 * @subpackage Widgets 5 */ 6 7 /* Template tags & API functions */ 7 * @since 4.4.0 8 */ 9 10 // 11 // Template tags & API functions 12 // 8 13 9 14 /** … … 751 756 } 752 757 753 /* Internal Functions */ 758 // 759 // Internal Functions 760 // 754 761 755 762 /**
Note: See TracChangeset
for help on using the changeset viewer.