Docs: Use code formatting for tags in img_caption_shortcode() DocBlock.

See #34595.
Built from https://develop.svn.wordpress.org/trunk@42705


git-svn-id: http://core.svn.wordpress.org/trunk@42533 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2018-02-12 21:40:31 +00:00
parent 0f8d7de77d
commit 0306b3f637
2 changed files with 3 additions and 3 deletions

View File

@ -1503,8 +1503,8 @@ add_shortcode( 'caption', 'img_caption_shortcode' );
* @param array $attr {
* Attributes of the caption shortcode.
*
* @type string $id ID of the image and caption container element, i.e. <figure> or <div>.
* @type string $caption_id ID of the caption element, i.e. <figcaption> or <p>.
* @type string $id ID of the image and caption container element, i.e. `<figure>` or `<div>`.
* @type string $caption_id ID of the caption element, i.e. `<figcaption>` or `<p>`.
* @type string $align Class name that aligns the caption. Default 'alignnone'. Accepts 'alignleft',
* 'aligncenter', alignright', 'alignnone'.
* @type int $width The width of the caption, in pixels.

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.0-alpha-42704';
$wp_version = '5.0-alpha-42705';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.