After [32644], sanity for a pile of selectors.

see #25408.

Built from https://develop.svn.wordpress.org/trunk@32645


git-svn-id: http://core.svn.wordpress.org/trunk@32615 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Helen Hou-Sandí 2015-05-29 03:00:26 +00:00
parent 4c0c7fd7ba
commit fbb83441cb
3 changed files with 3 additions and 3 deletions

View File

@ -478,7 +478,7 @@ $(document).ready( function() {
focusedRowActions.removeClass( 'visible' );
}, 30 );
}
}, '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' );
}, 'td.has-row-actions' );
$('#default-password-nag-no').click( function() {
setUserSetting('default_password_nag', 'hide');

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.3-alpha-32644';
$wp_version = '4.3-alpha-32645';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.