v0.10 - FIXUP

This commit is contained in:
abuyoyo 2019-12-28 01:48:46 +02:00
parent 537abd049b
commit 812ebf4e16
2 changed files with 5 additions and 2 deletions

View File

@ -1 +1,3 @@
notice-manager
# Notice Manager
Manage notices on WordPress admin pages. Adds 'Notices' screen-meta-link.

View File

@ -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!' );