From 4523ec1333373869e3fd88ef958e73db5e3b5833 Mon Sep 17 00:00:00 2001 From: duck_ 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: http://svn.automattic.com/wordpress/trunk@20465 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 a50afc7f3..b54f8646b 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 aaf8bda4d..8e8a38793 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