Make WordPress Core


Ignore:
Timestamp:
01/16/2015 07:02:26 PM (11 years ago)
Author:
wonderboymusic
Message:

@param cleanup:

  • get_metadata() will return literally anything, needs to be mixed
  • wp() and WP_Query::__construct() no longer just take a query string
  • Clarify a few others

See #30799.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/deprecated.php

    r31188 r31212  
    21622162 * @param callback $output_callback Run when widget is called.
    21632163 * @param string $classname Classname widget option.
    2164  * @param mixed $params,... Widget parameters.
     2164 * @param mixed $params ,... Widget parameters.
    21652165 */
    21662166function register_sidebar_widget($name, $output_callback, $classname = '') {
Note: See TracChangeset for help on using the changeset viewer.