The doc-type $strings could not be parsed: Unknown type name "$strings" at position 0. (view supported doc-types)
This check marks PHPDoc comments that could not be parsed by our parser. To see
which comment annotations we can parse, please refer to our documentation on
supported doc-types.
Loading history...
15
*/
16
function strip_body_classes( $classes ) {
17
// Adds a class of group-blog to blogs with more than 1 published author.
This check marks PHPDoc comments that could not be parsed by our parser. To see which comment annotations we can parse, please refer to our documentation on supported doc-types.