Changeset 9994 for trunk/src/bp-settings/bp-settings-template.php
- Timestamp:
- 07/04/2015 10:19:15 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-settings/bp-settings-template.php
r9819 r9994 2 2 3 3 /** 4 * BuddyPress Settings Template Functions 4 * BuddyPress Settings Template Functions. 5 5 * 6 6 * @package BuddyPress … … 12 12 13 13 /** 14 * Output the settings component slug 14 * Output the settings component slug. 15 15 * 16 16 * @package BuddyPress … … 24 24 } 25 25 /** 26 * Return the settings component slug 26 * Return the settings component slug. 27 27 * 28 28 * @package BuddyPress … … 43 43 44 44 /** 45 * Output the settings component root slug 45 * Output the settings component root slug. 46 46 * 47 47 * @package BuddyPress … … 55 55 } 56 56 /** 57 * Return the settings component root slug 57 * Return the settings component root slug. 58 58 * 59 59 * @package BuddyPress
Note: See TracChangeset
for help on using the changeset viewer.