use API function wph_add_screen_meta_panel (RIP add_screen_meta_link)
- abuyoyo/meta-screen-links ~0.11 - abuyoyo/wphelper-utility ~0.4
This commit is contained in:
parent
cd3e065166
commit
12e2fd9312
@ -52,10 +52,10 @@ class NoticeManager{
|
||||
* @uses screen-meta-links-api library
|
||||
*/
|
||||
function register_notice_manager_panel(){
|
||||
if ( ! function_exists( 'add_screen_meta_link' ) )
|
||||
if ( ! function_exists( 'wph_add_screen_meta_panel' ) )
|
||||
return;
|
||||
|
||||
add_screen_meta_link(
|
||||
wph_add_screen_meta_panel(
|
||||
'meta-link-notices', // $id
|
||||
'Notices', // $text
|
||||
'', // $href - not used
|
||||
|
||||
Loading…
Reference in New Issue
Block a user