Changeset 10903 for trunk/wp-admin/admin-ajax.php
- Timestamp:
- 04/09/2009 04:00:40 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/admin-ajax.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-ajax.php
r10872 r10903 1170 1170 $taxonomy = 'post_tag'; 1171 1171 1172 $tag = get_term( $id, $taxonomy ); 1173 $_POST['description'] = $tag->description; 1174 1172 1175 $updated = wp_update_term($id, $taxonomy, $_POST); 1173 1176 if ( $updated && !is_wp_error($updated) ) {
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)