Changeset 42710 for trunk/src/wp-includes/load.php
- Timestamp:
- 02/13/2018 04:53:44 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/load.php
r42701 r42710 758 758 759 759 /** 760 * Whether the current request is for an administrative interface page.760 * Determines whether the current request is for an administrative interface page. 761 761 * 762 762 * Does not check if the user is an administrator; current_user_can() 763 763 * for checking roles and capabilities. 764 * 765 * For more information on this and similar theme functions, check out 766 * the {@link https://developer.wordpress.org/themes/basics/conditional-tags/ 767 * Conditional Tags} article in the Theme Developer Handbook. 764 768 * 765 769 * @since 1.5.1
Note: See TracChangeset
for help on using the changeset viewer.