Plugin Directory

Changeset 1348449


Ignore:
Timestamp:
02/11/2016 07:29:07 PM (10 years ago)
Author:
inigoini
Message:

Adding TheCartPress 1.4.9.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • thecartpress/trunk/modules/TopTenReport.class.php

    r1347571 r1348449  
    184184<?php
    185185    }
    186 
    187186}
    188187
    189 add_action( 'tcp_admin_menu', function() { new TCPTopTenReport(); } );
     188function tcp_activate_topten_report() {
     189    new TCPTopTenReport();
     190}
     191
     192add_action( 'tcp_admin_menu', 'tcp_activate_topten_report' );
    190193
    191194endif; // class_exists check
Note: See TracChangeset for help on using the changeset viewer.