Ticket #17515: 17515.2.diff
File 17515.2.diff, 957 bytes (added by , 12 years ago) |
---|
-
wp-admin/includes/template.php
function wp_import_upload_form( $action ) { 807 807 * @param string|object $screen Optional. The screen on which to show the box (post, page, link). Defaults to current screen. 808 808 * @param string $context Optional. The context within the page where the boxes should show ('normal', 'advanced'). 809 809 * @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). 810 811 */ 811 812 function add_meta_box( $id, $title, $callback, $screen = null, $context = 'advanced', $priority = 'default', $callback_args = null ) { 812 813 global $wp_meta_boxes;