/**
 * Load the bundled item short description template.
 *
 * @param  WC_Bundled_Item   $bundled_item
 * @param  WC_Product_Bundle $bundle
 * @return void
 */
function wc_bundles_bundled_item_description($bundled_item, $bundle)
{
    wc_get_template('single-product/bundled-item-description.php', array('description' => $bundled_item->get_description()), false, WC_PB()->woo_bundles_plugin_path() . '/templates/');
}