Changeset 22200
- Timestamp:
- 10/11/2012 09:37:44 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/ajax-actions.php
r22173 r22200 1840 1840 $args = array(); 1841 1841 1842 if ( $changes['title'])1842 if ( ! empty( $changes['title'] ) ) 1843 1843 $args['post_title'] = $changes['title']; 1844 1844 1845 if ( $changes['caption'])1845 if ( ! empty( $changes['caption'] ) ) 1846 1846 $args['post_excerpt'] = $changes['caption']; 1847 1847
Note: See TracChangeset
for help on using the changeset viewer.