mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
Docs: Add missing description for $post global.
Props immeet94. Fixes #46503. See #47110. git-svn-id: https://develop.svn.wordpress.org/trunk@45742 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -348,7 +348,7 @@ function wp_prepare_revisions_for_js( $post, $selected_revision_id, $from = null
|
||||
*
|
||||
* @since 4.1.0
|
||||
*
|
||||
* @global WP_Post $post The global `$post` object.
|
||||
* @global WP_Post $post Global post object.
|
||||
*/
|
||||
function wp_print_revision_templates() {
|
||||
global $post;
|
||||
|
||||
Reference in New Issue
Block a user