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