' . __('Uploading Files allows you to choose the folder and path for storing your uploaded files.') . '
';
}
$media_options_help .= '' . __('You must click the Save Changes button at the bottom of the screen for new settings to take effect.') . '
';
get_current_screen()->add_help_tab( array(
'id' => 'overview',
'title' => __('Overview'),
'content' => $media_options_help,
) );
get_current_screen()->set_help_sidebar(
);
include('./admin-header.php');
?>