Make wpList easier to contribute to.
Uses more semantic variable names and adds function and inline documentation. Props rommelxcastro for parallel work in #34917. Fixes #36264. Built from https://develop.svn.wordpress.org/trunk@38599 git-svn-id: http://core.svn.wordpress.org/trunk@38542 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
84cf528449
commit
320fe3a2b6
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.7-alpha-38598';
|
||||
$wp_version = '4.7-alpha-38599';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue