Changeset 1348449
- Timestamp:
- 02/11/2016 07:29:07 PM (10 years ago)
- File:
-
- 1 edited
-
thecartpress/trunk/modules/TopTenReport.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
thecartpress/trunk/modules/TopTenReport.class.php
r1347571 r1348449 184 184 <?php 185 185 } 186 187 186 } 188 187 189 add_action( 'tcp_admin_menu', function() { new TCPTopTenReport(); } ); 188 function tcp_activate_topten_report() { 189 new TCPTopTenReport(); 190 } 191 192 add_action( 'tcp_admin_menu', 'tcp_activate_topten_report' ); 190 193 191 194 endif; // class_exists check
Note: See TracChangeset
for help on using the changeset viewer.