- Timestamp:
- 06/02/2023 02:05:08 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-notifications/classes/class-bp-notifications-component.php
r13450 r13495 78 78 // Actions. 79 79 if ( bp_is_post_request() ) { 80 require $this->path . 'bp-notifications/actions/bulk-manage.php';80 require_once $this->path . 'bp-notifications/actions/bulk-manage.php'; 81 81 } elseif ( bp_is_get_request() ) { 82 require $this->path . 'bp-notifications/actions/delete.php';82 require_once $this->path . 'bp-notifications/actions/delete.php'; 83 83 } 84 84 85 85 // Screens. 86 require $this->path . 'bp-notifications/screens/unread.php';86 require_once $this->path . 'bp-notifications/screens/unread.php'; 87 87 if ( bp_is_current_action( 'read' ) ) { 88 require $this->path . 'bp-notifications/screens/read.php';88 require_once $this->path . 'bp-notifications/screens/read.php'; 89 89 } 90 90 }
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)