mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-16 11:35:48 +00:00
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:
parent
0f8d7de77d
commit
0306b3f637
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user