Changeset 33025
- Timestamp:
- 07/01/2015 03:00:54 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r33018 r33025 1551 1551 * @type string $preload The 'preload' attribute for the `<audio>` element. Default empty. 1552 1552 * @type string $class The 'class' attribute for the `<audio>` element. Default 'wp-audio-shortcode'. 1553 * @type string $id The 'id' attribute for the `<audio>` element. Default 'audio-{$post_id}-{$instance}'.1554 1553 * @type string $style The 'style' attribute for the `<audio>` element. Default 'width: 100%'. 1555 1554 * } … … 1752 1751 * @type string $class The 'class' attribute for the `<video>` element. 1753 1752 * Default 'wp-video-shortcode'. 1754 * @type string $id The 'id' attribute for the `<video>` element.1755 * Default 'video-{$post_id}-{$instance}'.1756 1753 * } 1757 1754 * @param string $content Shortcode content.
Note: See TracChangeset
for help on using the changeset viewer.