Skip to content
Snippets Groups Projects
Commit 8e1341fe authored by ale's avatar ale
Browse files

Fix obsolete add_filter() syntax

parent 91f47186
No related branches found
No related tags found
No related merge requests found
Pipeline #59710 passed
......@@ -497,7 +497,7 @@ load_theme_textdomain('sandbox');
add_action( 'init', 'sandbox_widgets_init' );
// Registers our function to filter default gallery shortcode
add_filter( 'post_gallery', 'sandbox_gallery', $attr );
add_filter( 'post_gallery', 'sandbox_gallery' );
// Adds filters for the description/meta content in archives.php
add_filter( 'archive_meta', 'wptexturize' );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment