Remove backticks on $post variables in some short parameter descriptions.

See [28653], [28654].
See #28388.


git-svn-id: https://develop.svn.wordpress.org/trunk@28976 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes (DrewAPicture)
2014-07-03 19:27:54 +00:00
parent 7ffc91fdd6
commit b1b454c7a0
9 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -1472,7 +1472,7 @@ function the_post_password() {
*
* @since 2.7.0
*
* @param int|WP_Post $post Optional. Post ID or WP_Post object. Default is global `$post`.
* @param int|WP_Post $post Optional. Post ID or WP_Post object. Default is global $post.
* @return string The post title if set.
*/
function _draft_or_post_title( $post = 0 ) {