This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
Wordpress
Watch
1
Star
0
Fork
You've already forked Wordpress
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
34ba806985
Wordpress
/
wp-admin
/
js
/
users.js
6 lines
74 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Column hiding for users. see #7725 git-svn-id: https://develop.svn.wordpress.org/trunk@8936 602fd350-edb4-49c9-b593-d223f7449a82
2008-09-19 07:31:00 +02:00
jQuery
(
function
(
$
)
{
$
(
'#users'
)
.
wpList
(
)
;
Key screen meta off of page hook. fixes #8246 git-svn-id: https://develop.svn.wordpress.org/trunk@9735 602fd350-edb4-49c9-b593-d223f7449a82
2008-11-17 20:16:26 +01:00
columns
.
init
(
'users'
)
;
Column hiding for users. see #7725 git-svn-id: https://develop.svn.wordpress.org/trunk@8936 602fd350-edb4-49c9-b593-d223f7449a82
2008-09-19 07:31:00 +02:00
}
)
;