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

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