Example #1
0
function hmp_brief_meta_box($post)
{
    ?>
	<textarea name="hmp_brief" class="widefat"><?php 
    echo hmp_get_brief();
    ?>
</textarea>
	<?php 
}
function jhp_get_brief($post = null)
{
    _deprecated_function(__FUNCTION__, '0.9.8', 'hmp_get_brief()');
    return hmp_get_brief($post);
}