Plugin Directory

Changeset 1255897


Ignore:
Timestamp:
09/29/2015 03:14:18 PM (11 years ago)
Author:
Wow Analytics
Message:

allow the wp_head to be anywhere in the <head>

Location:
wow-analytics/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wow-analytics/trunk/includes/admin.inc.php

    r1250215 r1255897  
    4343
    4444            // Check to see if we found wp_head and if was located in the proper spot
     45            /*
    4546            if ( ! strstr( $html, '<!--wp_head--></head>' ) && ! isset( $head_footer_errors['nohead'] ) )
    4647                $head_footer_errors[] = 'Has the call to <?php wp_head(); ?> but it is not called directly before </head>';
     48            */
    4749            // Check to see if we found wp_footer and if was located in the proper spot
    4850            /*
  • wow-analytics/trunk/readme.txt

    r1250406 r1255897  
    44Requires at least: 4.0
    55Tested up to: 4.3.1
    6 Stable tag: 2.0.4
     6Stable tag: 2.0.5
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4848== Changelog ==
    4949
     50= 2.0.5 =
     51* Allow the wp_head call to be located anywhere in the <head>
    5052= 2.0.4 =
    5153* Resolve versioning issue
  • wow-analytics/trunk/wow-analytics.php

    r1250394 r1255897  
    44Plugin URI: http://wordpress.org/extend/plugins/wow-analytics/
    55Description: Inserts the WOW Analytics tracker into the footer of Wordpress pages
    6 Version: 2.0.4
     6Version: 2.0.5
    77Author: WOW Analytics
    88Author URI: http://www.wowanalytics.co.uk
     
    2121Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
    2222*/
    23 define('WOWANALYTICS_VERSION', '2.0.4');
     23define('WOWANALYTICS_VERSION', '2.0.5');
    2424
    2525require_once(dirname(__FILE__).'/includes/trackingcode.php');
Note: See TracChangeset for help on using the changeset viewer.