Changeset 63395
- Timestamp:
- 08/28/2026 10:28:25 PM (7 days ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-user.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-user.php
r63383 r63395 833 833 834 834 // Must have ALL requested caps. 835 return array_all( (array) $caps, fn( $cap , $key) => ! empty( $capabilities[ $cap ] ) );835 return array_all( (array) $caps, fn( $cap ) => ! empty( $capabilities[ $cap ] ) ); 836 836 } 837 837
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)