mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
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:
@@ -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 ) {
|
||||
|
||||
Reference in New Issue
Block a user