Make WordPress Core


Ignore:
Timestamp:
07/29/2015 11:39:54 PM (10 years ago)
Author:
helen
Message:

Menu customizer: More clearly separate search results from available items.

Available items now fade from view while you're searching, and there is an explicit way to clear search results. No results gives a better message, though still brief this time around.

props valendesigns, designsimply, DH-Shredder, helen.
fixes #32710.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/ajax/CustomizeMenus.php

    r33366 r33511  
    521521                    'success' => false,
    522522                    'data'    => array(
    523                         'message' => 'No menu items found.',
     523                        'message' => 'No results found.',
    524524                    ),
    525525                ),
Note: See TracChangeset for help on using the changeset viewer.