Ticket #42063: 42063.patch
File 42063.patch, 601 bytes (added by , 4 years ago) |
---|
-
src/wp-admin/includes/template.php
2237 2237 * Outputs the attachment media states as HTML. 2238 2238 * 2239 2239 * @since 3.2.0 2240 * @since 5.6.0 Added the `$echo` parameter .2240 * @since 5.6.0 Added the `$echo` parameter and a return value. 2241 2241 * 2242 2242 * @param WP_Post $post The attachment post to retrieve states for. 2243 2243 * @param bool $echo Optional. Whether to echo the post states as an HTML string. Default true.