You appear to be a bot. Output may be restricted
Description
Usage
Tests_Template::test_date_template_hierarchy_for_day();
Parameters
Returns
void
Source
File name: wordpress-develop-tests/phpunit/tests/template.php
Lines:
1 to 9 of 9
public function test_date_template_hierarchy_for_day() { $this->assertTemplateHierarchy( get_day_link( 1984, 2, 25 ), array( 'date.php', 'archive.php', ) ); }