Make WordPress Core


Ignore:
Timestamp:
06/02/2007 02:53:09 AM (18 years ago)
Author:
ryan
Message:

Separate AJAX cat adder into post and link flavors. see #4189

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/bookmark.php

    r5566 r5637  
    1414    $_POST['link_image'] = wp_specialchars( $_POST['link_image'] );
    1515    $_POST['link_rss'] = clean_url($_POST['link_rss']);
    16     $_POST['link_category'] = $_POST['post_category'];
    1716
    1817    if ( !empty( $link_id ) ) {
Note: See TracChangeset for help on using the changeset viewer.