コード例 #1
0
ファイル: meta-boxes.php プロジェクト: humanmade/HM-Portfolio
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 
}
コード例 #2
0
function jhp_get_byline($post = null)
{
    _deprecated_function(__FUNCTION__, '0.9.8', 'hmp_get_byline()');
    return hmp_get_byline($post);
}