Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgefilipecosta committed May 31, 2024
1 parent a9732b1 commit 8616147
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/editor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ _Returns_

### PageAttributesOrder

Renders the Page Attributes Order component. A number input in an editor interface for setting the order of a given page.
Renders the Page Attributes Order component. A number input in an editor interface for setting the order of a given page. The component is now not used in core but was kept for backward compatibility.

_Returns_

Expand Down
2 changes: 1 addition & 1 deletion packages/editor/src/components/page-attributes/order.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ export default function PageAttributesOrderWithChecks() {
<PageAttributesOrder />
</PostTypeSupportCheck>
);
}
}

0 comments on commit 8616147

Please sign in to comment.