Make WordPress Core


Ignore:
Timestamp:
06/05/2012 06:51:33 PM (14 years ago)
Author:
nacin
Message:

Remove user/site suggestions (autocompletion) from search inputs, as the UX isn't proper.

  • Removes all instances of site-search, so away it goes. Sidesteps a number of bugs with site-search.
  • Renames user-search to user-suggest, which means it better describes the current behavior (autocompletion) while allowing for future behavior (instant search).
  • Ties user suggestions to a single .wp-suggest-user class.

with help from markjaquith, helenyhou, wonderboymusic.
fixes #20835.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/network/users.php

    r20993 r21003  
    246246);
    247247
    248 if ( ! wp_is_large_network( 'users' ) )
    249         wp_enqueue_script( 'user-search' );
    250 
    251248require_once( '../admin-header.php' );
    252249
Note: See TracChangeset for help on using the changeset viewer.