~canonical-sysadmins/wordpress/4.8.1

« back to all changes in this revision

Viewing changes to wp-admin/user/admin.php

  • Committer: Barry Price
  • Date: 2016-08-17 04:50:12 UTC
  • mfrom: (1.1.18 upstream)
  • Revision ID: barry.price@canonical.com-20160817045012-qfui81zhqnqv2ba9
Merge WP4.6 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
$redirect_user_admin_request = ( ( $current_blog->domain != $current_site->domain ) || ( $current_blog->path != $current_site->path ) );
20
20
/**
21
 
 * Filter whether to redirect the request to the User Admin in Multisite.
 
21
 * Filters whether to redirect the request to the User Admin in Multisite.
22
22
 *
23
23
 * @since 3.2.0
24
24
 *