Changeset 43022
- Timestamp:
- 04/29/2018 09:13:49 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/load.php
r42988 r43022 770 770 * Determines whether the current request is for an administrative interface page. 771 771 * 772 * Does not check if the user is an administrator; current_user_can()772 * Does not check if the user is an administrator; use current_user_can() 773 773 * for checking roles and capabilities. 774 774 * … … 798 798 * e.g. `/wp-admin/` 799 799 * 800 * Does not check if the user is an administrator; current_user_can()800 * Does not check if the user is an administrator; use current_user_can() 801 801 * for checking roles and capabilities. 802 802 * … … 822 822 * e.g. `/wp-admin/network/` 823 823 * 824 * Does not check if the user is an administrator; current_user_can()824 * Does not check if the user is an administrator; use current_user_can() 825 825 * for checking roles and capabilities. 826 826 * … … 846 846 * e.g. `/wp-admin/user/` 847 847 * 848 * Does not inform on whether the user is an admin! Use capability 849 * checks to tell if the user should be accessing a section or not 850 * current_user_can(). 848 * Does not check if the user is an administrator; use current_user_can() 849 * for checking roles and capabilities. 851 850 * 852 851 * @since 3.1.0
Note: See TracChangeset
for help on using the changeset viewer.