Posts: Allow get_page_uri() to be called without a $page argument.

`get_page_uri()` can now be called without an argument, which will return the page URI for the current post in the loop.

Props pollett.
Fixes #26284.

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


git-svn-id: http://core.svn.wordpress.org/trunk@37311 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Eric Lewis
2016-05-02 18:29:29 +00:00
parent f3a90cd1a6
commit aba14233d9
2 changed files with 4 additions and 3 deletions

View File

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