Changeset 10382 for sites/trunk/wordpress.org/public_html/wp-content/plugins/trac-notifications/trac-notifications-db.php
- Timestamp:
- 10/16/2020 02:14:15 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/trac-notifications/trac-notifications-db.php
r10381 r10382 222 222 $username 223 223 ), ARRAY_A ); 224 225 // Convert from [ name: "field", value: "value" ] to [ field: value ] 226 $profile_data = array_column( $profile_data, 'value', 'name' ); 224 227 225 228 return compact(
Note: See TracChangeset
for help on using the changeset viewer.