Make WordPress Core


Ignore:
Timestamp:
09/03/2007 11:19:20 PM (19 years ago)
Author:
ryan
Message:

Strip lines that contain only whitespace down to newlines.

File:
1 edited

Legend:

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

    r5943 r6025  
    616616            $slug = sanitize_title($name);
    617617            $term_group = 0;
    618    
     618
    619619            // Associate terms with the same slug in a term group and make slugs unique.
    620620            if ( $exists = $wpdb->get_results("SELECT term_id, term_group FROM $wpdb->terms WHERE slug = '$slug'") ) {
Note: See TracChangeset for help on using the changeset viewer.