Make WordPress Core

Ticket #29007: 29007-01.patch

File 29007-01.patch, 508 bytes (added by Jonnyauk, 11 years ago)

Small doc change in wp-includes/widgets.php

  • wp-includes/widgets.php

     
    689689/**
    690690 * Register widget for use in sidebars.
    691691 *
    692  * The default widget option is 'classname' that can be override.
     692 * The default widget option is 'classname' that can be overridden.
    693693 *
    694694 * The function can also be used to unregister widgets when $output_callback
    695695 * parameter is an empty string.