Skip to content

Commit

Permalink
While I'm here... :)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonjd committed Nov 23, 2023
1 parent 9f99392 commit 2bb2a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core-data/src/entities.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ export const rootEntitiesConfig = [
kind: 'root',
baseURL: '/wp/v2/global-styles',
baseURLParams: { context: 'edit' },
plural: 'globalStylesVariations', // Should be different than name.
plural: 'globalStylesVariations', // Should be different from name.
getTitle: ( record ) => record?.title?.rendered || record?.title,
getRevisionsUrl: ( parentId, revisionId ) =>
`/wp/v2/global-styles/${ parentId }/revisions${
Expand Down

0 comments on commit 2bb2a99

Please sign in to comment.