Changeset 11447 for trunk/src/bp-core/classes/class-bp-core-nav.php
- Timestamp:
- 03/04/2017 06:26:55 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/classes/class-bp-core-nav.php
r11147 r11447 213 213 * @param string $slug The slug of the main item. 214 214 * @param string $parent_slug The slug of the sub item. 215 * @return bool|callable|array False on failure, the screen function(s) on success.215 * @return false|callable|array False on failure, the screen function(s) on success. 216 216 */ 217 217 public function delete_nav( $slug = '', $parent_slug = '' ) {
Note: See TracChangeset
for help on using the changeset viewer.