PluginProbe
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites / 1.3.3
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites v1.3.3
4.1.0 trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.1.0 1.1.1 1.1.2 1.2.0 1.2.1 1.2.2 1.2.3 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 2.1.2 2.5.0 2.5.3 2.6.1 All 38 releases
← All changes | freemius/includes/class-fs-logger.php +2 -2 1.3.51.3.3 View file →
@@ -141,9 +141,9 @@
141 141 function get_file() {
142 142 return $this->_file_start;
143 143 }
144 144
145 - private function _log( &$message, $type, $wrapper = false ) {
145 + private function _log( &$message, $type = 'log', $wrapper ) {
146 146 if ( ! $this->is_on() ) {
147 147 return;
148 148 }
149 149
@@ -687,5 +687,5 @@
687 687 return rtrim( $upload_dir['url'], '/' ) . $filename;
688 688 }
689 689
690 690 #endregion
691 - }
691 + }