@@ -15,7 +15,7 @@ |
||
15 | 15 | parent::__construct( array( |
16 | 16 | 'singular' => 'feed', // singular name of the listed records |
17 | 17 | 'plural' => 'feeds', // plural name of the listed records |
18 | - 'ajax' => false, // does this table support ajax? |
|
18 | + 'ajax' => false, // does this table support ajax? |
|
19 | 19 | ) ); |
20 | 20 | |
21 | 21 | } |