Changeset 10137 for trunk/src/bp-settings/bp-settings-screens.php
- Timestamp:
- 09/24/2015 11:49:25 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-settings/bp-settings-screens.php
r9994 r10137 1 1 <?php 2 3 2 /** 4 3 * BuddyPress Settings Screens. … … 8 7 */ 9 8 10 // Exit if accessed directly 9 // Exit if accessed directly. 11 10 defined( 'ABSPATH' ) || exit; 12 11 … … 14 13 * Show the general settings template. 15 14 * 16 * @since BuddyPress (1.5.0)15 * @since 1.5.0 17 16 */ 18 17 function bp_settings_screen_general() { … … 26 25 * Filters the template file path to use for the general settings screen. 27 26 * 28 * @since BuddyPress (1.6.0)27 * @since 1.6.0 29 28 * 30 29 * @param string $value Directory path to look in for the template file. … … 36 35 * Show the notifications settings template. 37 36 * 38 * @since BuddyPress (1.5.0)37 * @since 1.5.0 39 38 */ 40 39 function bp_settings_screen_notification() { … … 48 47 * Filters the template file path to use for the notification settings screen. 49 48 * 50 * @since BuddyPress (1.6.0)49 * @since 1.6.0 51 50 * 52 51 * @param string $value Directory path to look in for the template file. … … 58 57 * Show the delete-account settings template. 59 58 * 60 * @since BuddyPress (1.5.0)59 * @since 1.5.0 61 60 */ 62 61 function bp_settings_screen_delete_account() { … … 70 69 * Filters the template file path to use for the delete-account settings screen. 71 70 * 72 * @since BuddyPress (1.6.0)71 * @since 1.6.0 73 72 * 74 73 * @param string $value Directory path to look in for the template file. … … 80 79 * Show the capabilities settings template. 81 80 * 82 * @since BuddyPress (1.6.0)81 * @since 1.6.0 83 82 */ 84 83 function bp_settings_screen_capabilities() { … … 92 91 * Filters the template file path to use for the capabilities settings screen. 93 92 * 94 * @since BuddyPress (1.6.0)93 * @since 1.6.0 95 94 * 96 95 * @param string $value Directory path to look in for the template file.
Note: See TracChangeset
for help on using the changeset viewer.