Changeset 37342 for trunk/src/wp-includes/load.php
- Timestamp:
- 05/02/2016 03:59:56 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/load.php
r36571 r37342 658 658 * Whether the current request is for an administrative interface page. 659 659 * 660 * Does not check if the user is an administrator; {@see current_user_can()}660 * Does not check if the user is an administrator; current_user_can() 661 661 * for checking roles and capabilities. 662 662 * … … 681 681 * e.g. `/wp-admin/` 682 682 * 683 * Does not check if the user is an administrator; {@see current_user_can()}683 * Does not check if the user is an administrator; current_user_can() 684 684 * for checking roles and capabilities. 685 685 * … … 704 704 * e.g. `/wp-admin/network/` 705 705 * 706 * Does not check if the user is an administrator; {@see current_user_can()}706 * Does not check if the user is an administrator; current_user_can() 707 707 * for checking roles and capabilities. 708 708 * … … 729 729 * Does not inform on whether the user is an admin! Use capability 730 730 * checks to tell if the user should be accessing a section or not 731 * {@see current_user_can()}.731 * current_user_can(). 732 732 * 733 733 * @since 3.1.0
Note: See TracChangeset
for help on using the changeset viewer.