Make WordPress Core

Ticket #22905: 22905.3.diff

File 22905.3.diff, 697 bytes (added by SergeyBiryukov, 13 years ago)
  • wp-includes/widgets.php

     
    521521 * If theme support for 'widgets' has not yet been added when this function is
    522522 * called, it will be automatically enabled through the use of add_theme_support()
    523523 *
    524  * Arguments passed as a string should be separated by '&'
     524 * Arguments passed as a string should be separated by '&':
    525525 *
    526526 *     e.g. 'name=Sidebar&id=my_prefix_sidebar'
    527527 *
    528  * The same argument passed as an array:
     528 * The same arguments passed as an array:
    529529 *
    530530 *     array(
    531531 *         'name' => 'Sidebar',