예제 #1
0
?>
/images/meta/favicon-36x36.png" /></a>
								<?php 
echo date('Y');
?>
 &copy; <a href="<?php 
echo home_url();
?>
" title="Last commit: <?php 
echo nebula_version('date');
?>
"><strong><?php 
bloginfo('name');
?>
</strong> <?php 
echo nebula_version('version');
?>
</a>, all rights reserved.<br />
								<a href="https://www.google.com/maps/place/<?php 
echo nebula_full_address(1);
?>
" target="_blank"><?php 
echo nebula_full_address();
?>
</a>
							</p>
						</div><!--/columns-->
						<div class="four columns push_one">
							<form class="nebula-search-iconable search footer-search" method="get" action="<?php 
echo home_url('/');
?>
예제 #2
0
function change_admin_footer_right()
{
    global $wp_version;
    return '<span><a href="https://codex.wordpress.org/WordPress_Versions" target="_blank">WordPress</a> <strong>' . $wp_version . '</strong></span>, <span title="Committed: ' . nebula_version('date') . '"><a href="https://gearside.com/nebula" target="_blank">Nebula</a> <strong class="nebula">' . nebula_version('version') . '</strong></span>';
}