- Timestamp:
- 02/12/2018 08:52:21 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/messages/classes.php
r11855 r11856 13 13 class BP_Nouveau_Notices_List_Table extends WP_List_Table { 14 14 public function __construct( $args = array() ) { 15 parent::__construct( array( 16 'plural' => 'notices', 17 'singular' => 'notice', 18 'ajax' => true, 19 'screen' => isset( $args['screen'] ) ? $args['screen'] : null, 20 ) ); 15 parent::__construct( 16 array( 17 'plural' => 'notices', 18 'singular' => 'notice', 19 'ajax' => true, 20 'screen' => isset( $args['screen'] ) ? $args['screen'] : null, 21 ) 22 ); 21 23 } 22 24
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)