Docs: Correct $id parameter type for old_slug_redirect_post_id filter.

Props dlh.
Fixes #43375.
Built from https://develop.svn.wordpress.org/trunk@42722


git-svn-id: http://core.svn.wordpress.org/trunk@42552 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2018-02-21 09:35:33 +00:00
parent e2717da1af
commit c7c98dd7ea
2 changed files with 2 additions and 3 deletions

View File

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