Skip to content

Commit 707e5e1

Browse files
committed
add additional sections
Signed-off-by: Andy Fragen <[email protected]>
1 parent 95ce19a commit 707e5e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

inc/packages/admin/namespace.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,9 @@ function sort_sections_in_api( $res ) {
444444
'screenshots',
445445
'changelog',
446446
'upgrade_notice',
447+
'security',
447448
'other_notes',
449+
'reviews',
448450
];
449451
if ( property_exists( $res, 'sections' ) ) {
450452
$properly_ordered = array_merge( array_fill_keys( $ordered_sections, '' ), $res->sections );

0 commit comments

Comments
 (0)