Changeset 8090 for trunk/bp-core/bp-core-component.php
- Timestamp:
- 03/09/2014 02:38:24 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-component.php
r7839 r8090 216 216 'root_slug' => $default_root_slug, 217 217 'has_directory' => false, 218 'directory_title' => '', 218 219 'notification_callback' => '', 219 220 'search_string' => '', … … 230 231 // Does this component have a top-level directory? 231 232 $this->has_directory = apply_filters( 'bp_' . $this->id . '_has_directory', $r['has_directory'] ); 233 234 // Does this component have a top-level directory? 235 $this->directory_title = apply_filters( 'bp_' . $this->id . '_directory_title', $r['directory_title'] ); 232 236 233 237 // Search string
Note: See TracChangeset
for help on using the changeset viewer.