Skip to content

Commit

Permalink
Merge pull request #4112 from Automattic/change/prioritize-sensei-blo…
Browse files Browse the repository at this point in the history
…cks-category

Add Sensei block category on the top of the categories list
  • Loading branch information
renatho committed Mar 24, 2021
2 parents 74f5a92 + 608d5ee commit b0da242
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/blocks/class-sensei-blocks.php
Expand Up @@ -88,13 +88,13 @@ public function sensei_block_categories( $categories, $post ) {
}

return array_merge(
$categories,
[
[
'slug' => 'sensei-lms',
'title' => __( 'Sensei LMS', 'sensei-lms' ),
],
]
],
$categories
);
}

Expand Down

0 comments on commit b0da242

Please sign in to comment.