Editor: Use a consistent way to retrieve post ID on Edit Post screens.

Props mukesh27, ravipatel, davidbaumwald.
Fixes #52995.
Built from https://develop.svn.wordpress.org/trunk@50693


git-svn-id: http://core.svn.wordpress.org/trunk@50302 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2021-04-09 11:31:09 +00:00
parent 57da3e7813
commit bdacea193a
3 changed files with 9 additions and 9 deletions

View File

@@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.8-alpha-50692';
$wp_version = '5.8-alpha-50693';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.