STUDIO-1: The Fluid Studios WordPress theme imports Infusion with an incorrect file name, potentially causing it not to work on UNIX-based servers

Metadata

Source
STUDIO-1
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
Colin Clark
Reporter
Colin Clark
Created
2011-12-03T13:28:22.788-0500
Updated
2014-03-03T13:02:17.603-0500
Versions
N/A
Fixed Versions
N/A
Component
  1. Website

Description

The Fluid Studios WordPress theme has a typo in the <script> tag for Infusion:

<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/infusion/myInfusion.js"></script>

Since Mac OS X's file system is case-sensitive, this will work on developer machines but will break on a case-sensitive file system such as on Linux. The import should be:

<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/infusion/MyInfusion.js"></script>

Comments

  • Michelle D'Souza commented 2011-12-05T11:09:03.289-0500

    Merged into project repo at fa27d9d7c4efb15dc34e8b27648af909af4d1358