Docs: Document the import_id parameter of wp_insert_post().

Follow-up to [9100].

Props donmhico.
Fixes #52943.
Built from https://develop.svn.wordpress.org/trunk@50621


git-svn-id: http://core.svn.wordpress.org/trunk@50234 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2021-03-31 13:05:06 +00:00
parent 6d42a21103
commit 4d1595b6d4
2 changed files with 3 additions and 1 deletions

View File

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