Esempio n. 1
0
function hmp_byline_meta_box($post)
{
    ?>
	<label for="hmp_byline">Byline
		<input type="text" name="hmp_byline" value="<?php 
    hmp_get_byline($post);
    ?>
" class="widefat" />
	</label>
	<?php 
}
function jhp_get_byline($post = null)
{
    _deprecated_function(__FUNCTION__, '0.9.8', 'hmp_get_byline()');
    return hmp_get_byline($post);
}