Changeset 15337 for branches/3.0/wp-admin/admin-ajax.php
- Timestamp:
- 06/27/2010 01:06:14 AM (16 years ago)
- File:
-
- 1 edited
-
branches/3.0/wp-admin/admin-ajax.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/wp-admin/admin-ajax.php
r15314 r15337 553 553 case 'add-tag' : // From Manage->Tags 554 554 check_ajax_referer( 'add-tag' ); 555 555 $post_type = !empty($_POST['post_type']) ? $_POST['post_type'] : 'post'; 556 556 $taxonomy = !empty($_POST['taxonomy']) ? $_POST['taxonomy'] : 'post_tag'; 557 557 $tax = get_taxonomy($taxonomy);
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)