Ticket #22905: 22905.3.diff
| File 22905.3.diff, 697 bytes (added by , 13 years ago) |
|---|
-
wp-includes/widgets.php
521 521 * If theme support for 'widgets' has not yet been added when this function is 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( 531 531 * 'name' => 'Sidebar',