Plugin Directory

Changeset 345397


Ignore:
Timestamp:
02/14/2011 04:07:42 PM (15 years ago)
Author:
andreasnrb
Message:

Removed unused hook

Location:
gwo4wp
Files:
15 added
3 edited

Legend:

Unmodified
Added
Removed
  • gwo4wp/trunk/configwp.php

    r343681 r345397  
    11<?php
    22    add_action('wp_head', array(&$gwoPackage, 'printHeader'));
    3     add_action('wp_footer',array(&$gwoPackage, 'printFooter'));
     3//  add_action('wp_footer',array(&$gwoPackage, 'printFooter'));
    44//  add_action('edit_form_advanced', array(&$gwoPackage, 'printPagePostOptionArea'));
    55//  add_action('edit_page_form', array(&$gwoPackage, 'printPagePostOptionArea'));
  • gwo4wp/trunk/gwo4wp.php

    r343681 r345397  
    44Plugin URI: http://andreasnurbo.com/gwo-plugin
    55Description: Makes it easier to integrate Google Website Optimizer into Wordpress
    6 Version: 11.2.1
     6Version: 11.2.2
    77Author: Andreas Nurbo
    88Author URI: http://andreasnurbo.com/
  • gwo4wp/trunk/readme.txt

    r343681 r345397  
    33Tags: testing, gwo, website optimizer,google
    44Requires at least: 2.7
    5 Stable tag: 11.2.1
     5Stable tag: 11.2.2
    66
    77This plugin integrates Google Website Optimizer with Wordpress.
     
    4646
    4747== Changelog ==
     48** 11.2.2 **
     49Removed an unused hook
    4850** 11.2.1 **
    4951Updated to conform with new Google tracking scripts.
Note: See TracChangeset for help on using the changeset viewer.