/home/edulekha/public_html/wp-content/themes/magone/includes/shortcodes/shortcodes-one.php
<?php

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