Changeset 22834 for trunk/wp-admin/includes/ajax-actions.php
- Timestamp:
- 11/26/2012 02:50:01 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/ajax-actions.php
r22768 r22834 1851 1851 1852 1852 if ( isset( $changes['alt'] ) ) { 1853 $alt = get_post_meta( $ attachment_id, '_wp_attachment_image_alt', true );1853 $alt = get_post_meta( $id, '_wp_attachment_image_alt', true ); 1854 1854 $new_alt = stripslashes( $changes['alt'] ); 1855 1855 if ( $alt != $new_alt ) {
Note: See TracChangeset
for help on using the changeset viewer.