Fix typo in phpdoc. props jamescollins. fixes #25092.

git-svn-id: https://develop.svn.wordpress.org/trunk@25097 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2013-08-22 23:47:56 +00:00
parent d6cac0502c
commit 2bbbc466eb
1 changed files with 1 additions and 1 deletions

View File

@ -567,7 +567,7 @@ final class WP_Post {
public $menu_order = 0;
/**
* The post's type, like pot or page.
* The post's type, like post or page.
*
* @var string
*/