Make WordPress Core

Changeset 42705


Ignore:
Timestamp:
02/12/2018 09:39:40 PM (7 years ago)
Author:
SergeyBiryukov
Message:

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

See #34595.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/media.php

    r42704 r42705  
    15041504 *     Attributes of the caption shortcode.
    15051505 *
    1506  *     @type string $id         ID of the image and caption container element, i.e. <figure> or <div>.
    1507  *     @type string $caption_id ID of the caption element, i.e. <figcaption> or <p>.
     1506 *     @type string $id         ID of the image and caption container element, i.e. `<figure>` or `<div>`.
     1507 *     @type string $caption_id ID of the caption element, i.e. `<figcaption>` or `<p>`.
    15081508 *     @type string $align      Class name that aligns the caption. Default 'alignnone'. Accepts 'alignleft',
    15091509 *                              'aligncenter', alignright', 'alignnone'.
Note: See TracChangeset for help on using the changeset viewer.