Allow setup_postdata() to accept a post ID.

Previously, it accepted only a full post object.

Props sc0ttclark, mordauk, wonderboymusic.
Fixes #30970.
Built from https://develop.svn.wordpress.org/trunk@34089


git-svn-id: http://core.svn.wordpress.org/trunk@34057 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Boone Gorges
2015-09-12 20:58:23 +00:00
parent e0b1340461
commit fc884dc7ec
2 changed files with 14 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-alpha-34088';
$wp_version = '4.4-alpha-34089';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.