Go to file
Jonathan Desrosiers f170c1dd31 Networks and Sites: Introduce the `ms_user_list_site_class` filter.
In the network admin user table on multisite installs (`WP_MS_Users_List_Table`), this filter allows the classes for the `<span>` tag surrounding each site link to be modified.

Props kraftbj, flixos90, johnjamesjacoby.
Fixes #41146.

git-svn-id: https://develop.svn.wordpress.org/trunk@44977 602fd350-edb4-49c9-b593-d223f7449a82
2019-03-21 23:54:05 +00:00
src Networks and Sites: Introduce the `ms_user_list_site_class` filter. 2019-03-21 23:54:05 +00:00
tests Bootstrap/Load: Fix WPCS violation in a new test following [44973]. 2019-03-21 21:59:12 +00:00
tools Block Editor: Update the WordPress Packages from Gutenberg 5.3 2019-03-21 12:46:11 +00:00
.editorconfig
.gitignore
.jshintrc
.npmrc
.nvmrc
.travis.yml PHP: End official support for PHP5.2 -> 5.5 2019-03-20 22:03:07 +00:00
Gruntfile.js Build: Remove source map from `jquery.form.min.js`. 2019-02-14 00:06:39 +00:00
appveyor.yml
composer.json Build Tools: Upgrade WPCS to 2.0.0. 2019-01-18 02:14:24 +00:00
composer.lock Build Tools: Upgrade WPCS to 2.0.0. 2019-01-18 02:14:24 +00:00
jsdoc.conf.json
package-lock.json Block Editor: Update the WordPress Packages from Gutenberg 5.3 2019-03-21 12:46:11 +00:00
package.json Block Editor: Update the WordPress Packages from Gutenberg 5.3 2019-03-21 12:46:11 +00:00
phpcs.xml.dist Coding Standards: exclude sodium_compat library. 2019-03-21 05:55:05 +00:00
phpunit.xml.dist Coding Standards: Replace spaced indentation sections of `phpunit.xml.dist`, `multisite.xml`, and `build.xml` with tabs. 2019-01-28 17:20:06 +00:00
webpack.config.js
wp-cli.yml Build/Tests: Default to running unit tests from `src`. 2019-01-09 10:09:02 +00:00
wp-config-sample.php
wp-tests-config-sample.php