Themes: More unit tests for Custom Header
Custom Header functionality is largely untested. This adds tests for existing behavior as well as changes introduced in [39227]. Props bradyvercher. See #38639. Fixes #39241. Built from https://develop.svn.wordpress.org/trunk@40825 git-svn-id: http://core.svn.wordpress.org/trunk@40682 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
5cc6c39430
commit
265787774e
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.8-beta2-40824';
|
$wp_version = '4.8-beta2-40825';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue