예제 #1
0
 function test_largo_header()
 {
     $this->expectOutputRegex('/[.*]+/');
     // This is excessively greedy, it expects any output at all
     largo_header();
     $this->markTestIncomplete('This test has not been implemented yet.');
 }
예제 #2
0
<?php

/*
 * Largo Header
 *
 * Calls largo_header() output function and displays print header
 *
 * @package Largo
 * @see inc/header-footer.php
 */
?>
 <header id="site-header" class="clearfix nocontent" itemscope itemtype="http://schema.org/Organization">
	<?php 
/* docs in inc/header-footer.php */
largo_header();
?>
</header>
<header class="print-header nocontent">
	<p>
		<strong><?php 
echo esc_html(get_bloginfo('name'));
?>
</strong>
		(<?php 
echo esc_url(largo_get_current_url());
?>
)
	</p>
</header>