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
ab71ccb00d
WordPress
/
wp-admin
/
js
/
users.js
2 lines
49 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Don't load wp-lists on pages that don't need it. Props mdawaffe. fixes #6011 git-svn-id: http://svn.automattic.com/wordpress/trunk@7057 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2008-02-27 01:46:27 +01:00
jQuery
(
function
(
$
)
{
$
(
'#users'
)
.
wpList
(
)
;
}
)
;
Reference in New Issue
Copy Permalink