Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 207db2e

Browse files
committed
Fix mislabeled setting
1 parent 7fcccfd commit 207db2e

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

  • packages/settings-page/src/restrictions-view

packages/settings-page/src/restrictions-view/options.tsx

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,7 @@ export const archiveHandlingOptions: {
9898
[ key: string ]: any;
9999
}[] = [
100100
{
101-
label: __(
102-
"Filter the restricted items' title, excerpt, and content.",
103-
'content-control'
104-
),
101+
label: __( "Filter the restricted items' content.", 'content-control' ),
105102
value: 'filter_post_content',
106103
},
107104
{
@@ -130,10 +127,7 @@ export const additionalQueryHandlingOptions: {
130127
[ key: string ]: any;
131128
}[] = [
132129
{
133-
label: __(
134-
"Filter the restricted items' title, excerpt, and content.",
135-
'content-control'
136-
),
130+
label: __( "Filter the restricted items' content.", 'content-control' ),
137131
value: 'filter_post_content',
138132
},
139133
{

0 commit comments

Comments
 (0)