Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Correct spelling - context not content (#25377)
  • Loading branch information
bobbingwide committed Nov 9, 2020
commit f9322d14e6ea8e9db9630206432f93d118f9c002
2 changes: 1 addition & 1 deletion packages/block-library/src/query-loop/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function render_block_core_query_loop( $attributes, $content, $block ) {
}
}

if ( isset( $block->content['queryId']) ) {
if ( isset( $block->context['queryId']) ) {

$posts = get_posts( $query );

Expand Down