Media: Rename several attachment related parameters from $post_id to $attachment_id for clarity, and improve related

documentation.

See #41017

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


git-svn-id: http://core.svn.wordpress.org/trunk@41128 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn
2017-08-22 11:12:44 +00:00
parent c080c0a2ea
commit 9891448a42
6 changed files with 42 additions and 40 deletions

View File

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