diff options
| author | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2005-07-20 15:57:32 +0000 |
|---|---|---|
| committer | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2005-07-20 15:57:32 +0000 |
| commit | a3b4ba82f5c11537b1b888fedc7afdbf1a9d020b (patch) | |
| tree | 7f882369caebc0e8e4a181d8e11e9a7d9f5b82b6 /wp-inst/wp-content/plugins/doc_referers.php | |
| parent | 8be7e9f27789d0062ca1671c6ab2fc49f30bedbc (diff) | |
Remove unused handler
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@56 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-inst/wp-content/plugins/doc_referers.php')
| -rw-r--r-- | wp-inst/wp-content/plugins/doc_referers.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/wp-inst/wp-content/plugins/doc_referers.php b/wp-inst/wp-content/plugins/doc_referers.php index 5e6d0bb..9a121e7 100644 --- a/wp-inst/wp-content/plugins/doc_referers.php +++ b/wp-inst/wp-content/plugins/doc_referers.php @@ -32,7 +32,6 @@ class DOC_Referers { function DOC_Referers() { add_action('admin_menu', array(&$this, 'admin_menu')); add_action('admin_footer', array(&$this, 'admin_footer')); - add_action('wp_head', array(&$this, 'wp_head')); add_action('template_redirect', array(&$this, 'template_redirect')); $this->settings = get_settings('doc_referers'); $this->wpdb_tables(); |
