mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 17:18:32 +01:00
Minor phpdoc fixups.
git-svn-id: http://svn.automattic.com/wordpress/trunk@8149 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
55836a8b0e
commit
e6e0954dbb
@ -2,7 +2,7 @@
|
|||||||
/**
|
/**
|
||||||
* Handles Comment Post to WordPress and prevents duplicate comment posting.
|
* Handles Comment Post to WordPress and prevents duplicate comment posting.
|
||||||
*
|
*
|
||||||
* @package @WordPress
|
* @package WordPress
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if ( 'POST' != $_SERVER['REQUEST_METHOD'] ) {
|
if ( 'POST' != $_SERVER['REQUEST_METHOD'] ) {
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
* @package AtomLib
|
* @package AtomLib
|
||||||
* @link http://code.google.com/p/phpatomlib/
|
* @link http://code.google.com/p/phpatomlib/
|
||||||
*
|
*
|
||||||
* @author: Elias Torres <elias@torrez.us>
|
* @author Elias Torres <elias@torrez.us>
|
||||||
* @version: 0.4
|
* @version 0.4
|
||||||
* @since 2.3
|
* @since 2.3
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -180,7 +180,7 @@ function get_the_author_ID() {
|
|||||||
/**
|
/**
|
||||||
* Display the ID of the author of the current post.
|
* Display the ID of the author of the current post.
|
||||||
*
|
*
|
||||||
* @http://codex.wordpress.org/Template_Tags/the_author_ID
|
* @link http://codex.wordpress.org/Template_Tags/the_author_ID
|
||||||
* @since 0.71
|
* @since 0.71
|
||||||
* @uses get_the_author_ID()
|
* @uses get_the_author_ID()
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user