Skip to content

Commit

Permalink
Set query loop to have the inherit value by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jeryj authored and scruffian committed Jul 16, 2024
1 parent fab9fbc commit f012fa3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export default function QueryInspectorControls( props ) {
__nextHasNoMarginBottom
label={ __( 'Inherit query from template' ) }
help={ __(
'Toggle to use the global query context that is set with the current template, such as an archive or search. Disable to customize the settings independently.'
'Enable to use the global query context that is set with the current template, such as an archive or search. Disable to customize the settings independently.'
) }
checked={ !! inherit }
onChange={ ( value ) =>
Expand Down

0 comments on commit f012fa3

Please sign in to comment.