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. git-svn-id: https://develop.svn.wordpress.org/trunk@35868 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
e01a52e878
commit
91f343c461
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue