~canonical-sysadmins/wordpress/4.8.1

« back to all changes in this revision

Viewing changes to wp-admin/includes/class-wp-ms-users-list-table.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:
172
172
                        'blogs'      => __( 'Sites' )
173
173
                );
174
174
                /**
175
 
                 * Filter the columns displayed in the Network Admin Users list table.
 
175
                 * Filters the columns displayed in the Network Admin Users list table.
176
176
                 *
177
177
                 * @since MU
178
178
                 *
351
351
                        $actions['view'] = '<a class="' . $class . '" href="' . esc_url( get_home_url( $val->userblog_id ) ) . '">' . __( 'View' ) . '</a>';
352
352
 
353
353
                        /**
354
 
                         * Filter the action links displayed next the sites a user belongs to
 
354
                         * Filters the action links displayed next the sites a user belongs to
355
355
                         * in the Network Admin Users list table.
356
356
                         *
357
357
                         * @since 3.1.0
446
446
                }
447
447
 
448
448
                /**
449
 
                 * Filter the action links displayed under each user in the Network Admin Users list table.
 
449
                 * Filters the action links displayed under each user in the Network Admin Users list table.
450
450
                 *
451
451
                 * @since 3.2.0
452
452
                 *