/home/edulekha/www/wp-content/themes/crocol/includes/shortcodes/shortcodes-list.php
<?php

function magone_shortcode_list_display( $atts = array(), $content = "" ) {
	return magone_article_box('list', $atts, $content);
}