This website requires JavaScript.
Explore
Help
Sign In
Upstream
/
WordPress
Watch
1
Star
0
Fork
0
You've already forked WordPress
mirror of
https://github.com/WordPress/WordPress.git
synced
2024-11-02 16:59:35 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
877bc21808
WordPress
/
wp-admin
/
js
/
users.js
6 lines
73 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Column hiding for users. see #7725 git-svn-id: http://svn.automattic.com/wordpress/trunk@8936 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-09-19 07:31:00 +02:00
jQuery
(
function
(
$
)
{
$
(
'#users'
)
.
wpList
(
)
;
columns
.
init
(
'user'
)
;
}
)
;
Reference in New Issue
Copy Permalink