Skip to content

Commit 5ab3578

Browse files
committed
- Authors Profile coming before Authors Menu publishpress#720
1 parent f938adc commit 5ab3578

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/modules/multiple-authors/multiple-authors.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ public function action_admin_menu_page()
274274
self::MENU_SLUG,
275275
'',
276276
'dashicons-groups',
277-
26
277+
'26.7'
278278
);
279279

280280
$current_author = Author::get_by_user_id(get_current_user_id());
@@ -289,7 +289,7 @@ public function action_admin_menu_page()
289289
'term.php?taxonomy=author&tag_ID='.$current_author->term_id,
290290
__return_empty_string(),
291291
'dashicons-groups',
292-
26
292+
'26.8'
293293
);
294294
}
295295

0 commit comments

Comments
 (0)