v0.10 - FIXUP
This commit is contained in:
parent
537abd049b
commit
812ebf4e16
@ -1 +1,3 @@
|
||||
notice-manager
|
||||
# Notice Manager
|
||||
|
||||
Manage notices on WordPress admin pages. Adds 'Notices' screen-meta-link.
|
||||
|
||||
@ -1,10 +1,11 @@
|
||||
<?php
|
||||
/**
|
||||
* Plugin Name: abuyoyo / Notice Manager
|
||||
* Description: Manage notices on WordPress admin pages.
|
||||
* Description: Manage notices on WordPress admin pages. Adds 'Notices' screen-meta-link.
|
||||
* Version: 0.10
|
||||
* Author: abuyoyo
|
||||
* Author URI: https://github.com/abuyoyo/
|
||||
* Plugin URI: https://github.com/abuyoyo/notice-manager
|
||||
*/
|
||||
if ( ! defined('ABSPATH') )
|
||||
wp_die( 'No soup for you!' );
|
||||
|
||||
Loading…
Reference in New Issue
Block a user