Make WordPress Core

Changeset 31674


Ignore:
Timestamp:
03/08/2015 02:26:48 AM (10 years ago)
Author:
jeremyfelt
Message:

Reveal row actions on focus in the network users list table.

In the future, we'll re-factor this selector pile in a way that makes things cleaner. See #25408.

Props afercia.

Fixes #31003.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/js/common.js

    r31509 r31674  
    458458            }, 30 );
    459459        }
    460     }, 'td.post-title, td.title, td.comment, .tags td.column-name, .bookmarks td.column-name, td.blogname, td.username, .dashboard-comment-wrap' );
     460    }, 'td.post-title, td.title, td.comment, .tags td.column-name, .bookmarks td.column-name, td.blogname, .users-network td.column-blogs, td.username, .dashboard-comment-wrap' );
    461461
    462462    $('#default-password-nag-no').click( function() {
Note: See TracChangeset for help on using the changeset viewer.