diff --git wp-includes/media.php wp-includes/media.php
index 1fe74b0..b97fc6c 100644
|
|
|
function gallery_shortcode( $attr ) { |
| 938 | 938 | * the default gallery template. |
| 939 | 939 | * |
| 940 | 940 | * @since 2.5.0 |
| | 941 | * @since 4.2.0 Added shortcode instance as a param |
| 941 | 942 | * |
| 942 | 943 | * @see gallery_shortcode() |
| 943 | 944 | * |
| … |
… |
function wp_playlist_shortcode( $attr ) { |
| 1214 | 1215 | * of the default playlist output, returning the passed value instead. |
| 1215 | 1216 | * |
| 1216 | 1217 | * @since 3.9.0 |
| | 1218 | * @since 4.2.0 Added shortcode instance as a param |
| 1217 | 1219 | * |
| 1218 | 1220 | * @param string $output Playlist output. Default empty. |
| 1219 | 1221 | * @param array $attr An array of shortcode attributes. |