Completed
Push — master ( 8aecdb...4fae88 )
by frank
02:43
created
classes/autoptimizeStyles.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -610,6 +610,9 @@
 block discarded – undo
610 610
         return $code;
611 611
     }
612 612
     
613
+    /**
614
+     * @param string $tag
615
+     */
613 616
     private function ismovable($tag) {
614 617
 		if ( apply_filters('autoptimize_filter_css_dontaggregate', false) ) {
615 618
 			return false;
Please login to merge, or discard this patch.