Changeset 1042892
- Timestamp:
- 12/11/2014 07:43:53 PM (11 years ago)
- Location:
- advertising-manager/trunk/lib/Advman/Template/Table
- Files:
-
- 2 edited
-
Analytics.php (modified) (1 diff)
-
List.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
advertising-manager/trunk/lib/Advman/Template/Table/Analytics.php
r1040560 r1042892 13 13 14 14 function __construct(){ 15 global $status, $page ;15 global $status, $page, $hook_suffix; 16 16 17 17 parent::__construct( array( 18 18 'singular' => __( 'ad', 'advman-analytics' ), //singular name of the listed records 19 19 'plural' => __( 'ads', 'advman-analytics' ), //plural name of the listed records 20 'ajax' => false //does this table support ajax?21 20 'ajax' => false, //does this table support ajax? 21 'screen' => null 22 22 ) ); 23 echo("__construct"); 23 24 } 24 25 -
advertising-manager/trunk/lib/Advman/Template/Table/List.php
r1000862 r1042892 13 13 14 14 function __construct(){ 15 global $status, $page ;15 global $status, $page, $hook_suffix; 16 16 17 17 parent::__construct( array(
Note: See TracChangeset
for help on using the changeset viewer.