Changeset 40651 for trunk/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 05/12/2017 03:52:09 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/ajax-actions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r40607 r40651 320 320 } else { 321 321 if ( isset( $events['location'] ) ) { 322 // Send only the data that the client will use.323 $events['location'] = $events['location']['description'];324 325 322 // Store the location network-wide, so the user doesn't have to set it on each site. 326 323 update_user_option( $user_id, 'community-events-location', $events['location'], true );
Note: See TracChangeset
for help on using the changeset viewer.