Skip to content

Commit

Permalink
chore: coding standards
Browse files Browse the repository at this point in the history
  • Loading branch information
mindctrl committed Oct 12, 2023
1 parent 76f88d7 commit 729f6ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/faustwp/includes/replacement/callbacks.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ function content_replacement( $content ) {
return str_replace( 'href="//', 'href="/', $content );
}

// add_filter( 'the_content', __NAMESPACE__ . '\\image_source_replacement' );
/**
* Callback for WordPress 'the_content' filter to replace paths to media.
*
Expand Down

0 comments on commit 729f6ee

Please sign in to comment.