From 2cad8ec9e3a7a4c17939582eeecf0a722b7a645e Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Fri, 11 Dec 2015 18:42:27 +0000 Subject: [PATCH] Docs: Remove indentation from a wrapped line in the DocBlock description for `get_post_type_labels()` to prevent incorrect formatting when parsed. With the false indentation in place, the parser for the Code Reference incorrectly interprets it as a block quote. Fixes #35019. Built from https://develop.svn.wordpress.org/trunk@35868 git-svn-id: http://core.svn.wordpress.org/trunk@35832 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/post.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/post.php b/wp-includes/post.php index c12c616991..6535d4bfd0 100644 --- a/wp-includes/post.php +++ b/wp-includes/post.php @@ -1327,7 +1327,7 @@ function _post_type_meta_capabilities( $capabilities = null ) { * - not_found - Default is No posts found/No pages found. * - not_found_in_trash - Default is No posts found in Trash/No pages found in Trash. * - parent_item_colon - This string isn't used on non-hierarchical types. In hierarchical - * ones the default is 'Parent Page:'. + * ones the default is 'Parent Page:'. * - all_items - String for the submenu. Default is All Posts/All Pages. * - archives - String for use with archives in nav menus. Default is Post Archives/Page Archives. * - insert_into_item - String for the media frame button. Default is Insert into post/Insert into page. diff --git a/wp-includes/version.php b/wp-includes/version.php index c4d8031e58..f7f0b3a52f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-35867'; +$wp_version = '4.5-alpha-35868'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.