From 2bbbc466eb40d74ab240fa78ed7a6a0a98ad9415 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 22 Aug 2013 23:47:56 +0000 Subject: [PATCH] Fix typo in phpdoc. props jamescollins. fixes #25092. git-svn-id: https://develop.svn.wordpress.org/trunk@25097 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/post.php b/src/wp-includes/post.php index 2faeb086fe..02be1b7b0a 100644 --- a/src/wp-includes/post.php +++ b/src/wp-includes/post.php @@ -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 */