Ticket #34612: 34612.2.diff
| File 34612.2.diff, 1013 bytes (added by , 10 years ago) |
|---|
-
src/wp-includes/js/tinymce/plugins/wordpress/plugin.js
534 534 u: 'InsertUnorderedList', 535 535 o: 'InsertOrderedList', 536 536 s: 'unlink', 537 a: 'WP_Link', 537 538 m: 'WP_Medialib', 538 539 z: 'WP_Adv', 539 540 t: 'WP_More', -
src/wp-includes/media.php
1089 1089 * @param string $image_src The 'src' of the image. 1090 1090 * @param array $image_meta The image meta data as returned by 'wp_get_attachment_metadata()'. 1091 1091 * @param int $attachment_id Image attachment ID. 1092 1093 1092 */ 1094 1093 $sources = apply_filters( 'wp_calculate_image_srcset', $sources, $size_array, $image_src, $image_meta, $attachment_id ); 1095 1094