From 7953f9e753c96313df874e3d1f7e9fe484b30b32 Mon Sep 17 00:00:00 2001 From: Jon Cave Date: Sat, 14 Apr 2012 19:02:04 +0000 Subject: [PATCH] Fix typo and terminology in Twenty Eleven's header template. Props JarretC. Fixes #20442. git-svn-id: https://develop.svn.wordpress.org/trunk@20465 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/twentyeleven/header.php | 2 +- wp-includes/post.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentyeleven/header.php b/wp-content/themes/twentyeleven/header.php index a50afc7f35..b54f8646b7 100644 --- a/wp-content/themes/twentyeleven/header.php +++ b/wp-content/themes/twentyeleven/header.php @@ -116,7 +116,7 @@ - + 'primary' ) ); ?> diff --git a/wp-includes/post.php b/wp-includes/post.php index aaf8bda4d8..8e8a387937 100644 --- a/wp-includes/post.php +++ b/wp-includes/post.php @@ -1081,7 +1081,7 @@ function register_post_type($post_type, $args = array()) { * behave like edit_posts. * - publish_posts - Controls publishing objects of this post type. * - read_private_posts - Controls whether private objects can be read. - + * * These four primitive capabilities are checked in core in various locations. * There are also seven other primitive capabilities which are not referenced * directly in core, except in map_meta_cap(), which takes the three aforementioned