Make WordPress Core

Ticket #17515: 17515.2.diff

File 17515.2.diff, 957 bytes (added by markjaquith, 12 years ago)
  • wp-admin/includes/template.php

    function wp_import_upload_form( $action ) { 
    807807 * @param string|object $screen Optional. The screen on which to show the box (post, page, link). Defaults to current screen.
    808808 * @param string $context Optional. The context within the page where the boxes should show ('normal', 'advanced').
    809809 * @param string $priority Optional. The priority within the context where the boxes should show ('high', 'low').
     810 * @param array $callback_args Optional. Data that should set as the "args" property of the box array (which is the second parameter passed to your callback).
    810811 */
    811812function add_meta_box( $id, $title, $callback, $screen = null, $context = 'advanced', $priority = 'default', $callback_args = null ) {
    812813        global $wp_meta_boxes;