File level phpdoc from santosj. fixes #7496

git-svn-id: https://develop.svn.wordpress.org/trunk@8674 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-08-19 21:02:06 +00:00
parent d93d32ae99
commit 6653fe24e0
2 changed files with 20 additions and 1 deletions
+12
View File
@@ -1,6 +1,18 @@
<?php
/**
* Quick way to create a WordPress Post.
*
* @package WordPress
* @subpackage Administration
*/
/**
* @var string
* @name $mode
*/
$mode = 'sidebar';
/** WordPress Administration Bootstrap */
require_once('admin.php');
if ( ! current_user_can('edit_posts') )