Missing reddle.css and plugins_url() used in wp_enqueue_style() bug
-
In this themes functions.php I find
/** * Enqueue CSS stylesheet with theme styles for infinity. */ function reddle_infinite_scroll_enqueue_styles() { // Add theme specific styles. wp_enqueue_style( 'infinity-reddle', plugins_url( 'reddle.css', __FILE__ ), array(), '2012-06-26' ); }which generates the weirdest file path. Sort of a combination between a plugin and theme path…
There does not seem to be any reddle.css anywhere so should this not be removed completely?
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
The topic ‘Missing reddle.css and plugins_url() used in wp_enqueue_style() bug’ is closed to new replies.
