diff --git a/inc/class-rewrite-content.php b/inc/class-rewrite-content.php index ccf31a0a317a083ed6eeedb47785d6f1fd33fb78..74d33d5e75f90c9393c002ffaa9bd0add83e5d02 100644 --- a/inc/class-rewrite-content.php +++ b/inc/class-rewrite-content.php @@ -36,7 +36,7 @@ class Rewrite_Content { * @param string $content Post content. * @return string */ - public function filter_the_content( string $content ) : string { + public function filter_the_content( string $content ) { // TODO: only deal with image srcs, use DOM Document. return $content; }