Changeset 10825 for trunk/src/bp-core/admin/bp-core-admin-functions.php
- Timestamp:
- 05/29/2016 06:12:08 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/admin/bp-core-admin-functions.php
r10751 r10825 16 16 * Initializes the wp-admin area "BuddyPress" menus and sub menus. 17 17 * 18 * @uses bp_current_user_can() returns true if the current user is a site admin, false if not.19 18 */ 20 19 function bp_core_admin_menu_init() { … … 124 123 * @since 1.5.0 125 124 * 126 * @uses bp_current_user_can() to check current user permissions before showing the notices.127 * @uses bp_is_root_blog()128 125 */ 129 126 function bp_core_print_admin_notices() { … … 354 351 * @internal Used internally to redirect BuddyPress to the about page on activation. 355 352 * 356 * @uses get_transient() To see if transient to redirect exists.357 * @uses delete_transient() To delete the transient if it exists.358 * @uses is_network_admin() To bail if being network activated.359 * @uses wp_safe_redirect() To redirect.360 * @uses add_query_arg() To help build the URL to redirect to.361 * @uses admin_url() To get the admin URL to index.php.362 353 */ 363 354 function bp_do_activation_redirect() { … … 617 608 * @since 1.7.0 618 609 * 619 * @uses bp_current_user_can() To check users capability on root blog.620 610 */ 621 611 function bp_admin_separator() { … … 652 642 * @since 1.7.0 653 643 * 654 * @uses bp_current_user_can() To check users capability on root blog.655 *656 644 * @param bool $menu_order Menu order. 657 645 * @return bool Always true. … … 671 659 * 672 660 * @since 1.7.0 673 *674 * @uses bp_current_user_can() To check users capability on root blog.675 661 * 676 662 * @param array $menu_order Menu Order.
Note: See TracChangeset
for help on using the changeset viewer.