Fixed plugin doc header (oops, regression)

This commit is contained in:
Nic Waller 2013-06-01 05:44:51 +00:00
parent fa75a38a3d
commit e7554ac751

View File

@ -1,12 +1,12 @@
<?php <?php
/** /*
* Plugin Name: Authorization Manager Plugin Name: Authorization Manager
* Plugin URI: https://github.com/nicwaller/yourls-authmgr-plugin Plugin URI: https://github.com/nicwaller/yourls-authmgr-plugin
* Description: Restrict classes of users to specific functions Description: Restrict classes of users to specific functions
* Version: 0.9.2 Version: 0.9.2
* Author: nicwaller Author: nicwaller
* Author URI: https://github.com/nicwaller Author URI: https://github.com/nicwaller
*/ */
// No direct call // No direct call
if( !defined( 'YOURLS_ABSPATH' ) ) die(); if( !defined( 'YOURLS_ABSPATH' ) ) die();