Changeset 29754
- Timestamp:
- 09/21/2014 10:10:19 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/media.php
r29753 r29754 171 171 * 172 172 * @param string $caption The original caption text. 173 * @param int $id The attachment ID. 173 174 */ 174 $caption = apply_filters( 'image_add_caption_text', $caption );175 $caption = apply_filters( 'image_add_caption_text', $caption, $id ); 175 176 176 177 /**
Note: See TracChangeset
for help on using the changeset viewer.