Skip to content

Commit

Permalink
Widgets: Add tests for retrieve_widgets().
Browse files Browse the repository at this point in the history
Helps with maintaining back compat when making changes in the future.

See #39693.


Built from https://develop.svn.wordpress.org/trunk@41266


git-svn-id: http://core.svn.wordpress.org/trunk@41106 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
obenland committed Aug 18, 2017
1 parent a806e2d commit 7414759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-includes/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.9-alpha-41265';
$wp_version = '4.9-alpha-41266';

/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
Expand Down

0 comments on commit 7414759

Please sign in to comment.