[wp-meta] [Making WordPress.org] #197: Parser doesn't recognize line breaks and/or lists
Making WordPress.org
noreply at wordpress.org
Mon Oct 7 13:18:47 UTC 2013
#197: Parser doesn't recognize line breaks and/or lists
-------------------------+-------------------------------------
Reporter: samuelsidler | Owner:
Type: defect | Status: new
Priority: high | Component: developer.wordpress.org
Keywords: |
-------------------------+-------------------------------------
Note here:
http://developer.wordpress.org/reference/function/wp_insert_post/
That page should display something closer to this:
{{{
The defaults for the parameter $postarr are:
'post_status' - Default is 'draft'.
'post_type' - Default is 'post'.
'post_author' - Default is current user ID ($user_ID). The ID of the
user who added the post.
'ping_status' - Default is the value in 'default_ping_status'
option.
Whether the attachment can accept pings.
'post_parent' - Default is 0. Set this for the post it belongs to,
if any.
'menu_order' - Default is 0. The order it is displayed.
'to_ping' - Whether to ping.
'pinged' - Default is empty string.
'post_password' - Default is empty string. The password to access the
attachment.
'guid' - Global Unique ID for referencing the attachment.
'post_content_filtered' - Post content filtered.
'post_excerpt' - Post excerpt.
}}}
That is, there should be line breaks for each line and they should be
formatted well. This might be a parser issue or something the plugin/theme
can fix.
--
Ticket URL: <http://meta.trac.wordpress.org/ticket/197>
Making WordPress.org <http://meta.trac.wordpress.org/>
WordPress blogging software
More information about the wp-meta
mailing list