mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-04 18:01:42 +01:00
5c5d1aef4d
git-svn-id: http://svn.automattic.com/wordpress/trunk@9735 1a063a9b-81f0-0310-95a4-ce76da25c4cd
6 lines
74 B
JavaScript
6 lines
74 B
JavaScript
jQuery( function($) {
|
|
$('#users').wpList();
|
|
|
|
columns.init('users');
|
|
});
|