Skip to content

Commit

Permalink
Add aria-haspopup to PostSettingsButton.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZebulanStanphill committed Sep 18, 2020
1 parent 5f20d7b commit 588ad49
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export default function PostSettingsButton( { showIconLabels } ) {
onClick={ () => {
openModal( 'edit-post/post-settings' );
} }
aria-haspopup="dialog"
/>
);
}

0 comments on commit 588ad49

Please sign in to comment.