mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 09:37:42 +01:00
Kill off get_users_of_blog args argument.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15883 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
81f23003e3
commit
e967237499
@ -565,7 +565,7 @@ function get_users( $args = array() ) {
|
|||||||
* @param int $id Blog ID.
|
* @param int $id Blog ID.
|
||||||
* @return array List of users that are part of that Blog ID
|
* @return array List of users that are part of that Blog ID
|
||||||
*/
|
*/
|
||||||
function get_users_of_blog( $id = '', $args = array() ) {
|
function get_users_of_blog( $id = '' ) {
|
||||||
global $blog_id;
|
global $blog_id;
|
||||||
|
|
||||||
if ( empty( $id ) )
|
if ( empty( $id ) )
|
||||||
|
Loading…
Reference in New Issue
Block a user