Changeset 55044 for trunk/src/wp-includes/pluggable.php
- Timestamp:
- 01/10/2023 09:28:17 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r55030 r55044 1239 1239 * 1240 1240 * This function ensures the user intends to perform a given action, which helps protect against clickjacking style 1241 * attacks. It verifies intent, not authori sation, therefore it does not verify the user's capabilities. This should1241 * attacks. It verifies intent, not authorization, therefore it does not verify the user's capabilities. This should 1242 1242 * be performed with `current_user_can()` or similar. 1243 1243 *
Note: See TracChangeset
for help on using the changeset viewer.