diff --git a/src/wp-includes/media.php b/src/wp-includes/media.php index a054282040..4007fec7b9 100644 --- a/src/wp-includes/media.php +++ b/src/wp-includes/media.php @@ -3008,7 +3008,11 @@ function wp_enqueue_media( $args = array() ) { $hier = $post && is_post_type_hierarchical( $post->post_type ); - $post_type_object = get_post_type_object( $post->post_type ); + if ( $post ) { + $post_type_object = get_post_type_object( $post->post_type ); + } else { + $post_type_object = get_post_type_object( 'post' ); + } $strings = array( // Generic