Add jshintrc to qunit.

props jorbin.
see #25187.

Built from https://develop.svn.wordpress.org/trunk@25992


git-svn-id: http://core.svn.wordpress.org/trunk@25925 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin
2013-10-30 14:39:10 +00:00
parent 26d4fdf58d
commit d0cfa40983
56 changed files with 1396 additions and 504 deletions

View File

@@ -66,6 +66,8 @@ function wp_get_active_network_plugins() {
* use the wp-content/blog-deleted.php, blog-inactive.php and
* blog-suspended.php drop-ins.
*
* @since 3.0.0
*
* @return bool|string Returns true on success, or drop-in file to include.
*/
function ms_site_check() {
@@ -76,7 +78,7 @@ function ms_site_check() {
/**
* Filter checking the status of the current blog.
*
* @since 1.2.1
* @since 3.0.0
*
* @param bool null Whether to skip the blog status check. Default null.
*/