Changeset 23199
- Timestamp:
- 12/23/2012 10:11:37 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/widgets.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/widgets.php
r23196 r23199 522 522 * called, it will be automatically enabled through the use of add_theme_support() 523 523 * 524 * Arguments passed as a string should be separated by '&' 524 * Arguments passed as a string should be separated by '&': 525 525 * 526 526 * e.g. 'name=Sidebar&id=my_prefix_sidebar' 527 527 * 528 * The same argument passed as an array:528 * The same arguments passed as an array: 529 529 * 530 530 * array(
Note: See TracChangeset
for help on using the changeset viewer.