Changeset 49193 for trunk/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 10/18/2020 05:25:10 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r49154 r49193 163 163 ); 164 164 165 echo join( "\n", $results );165 echo implode( "\n", $results ); 166 166 wp_die(); 167 167 }
Note: See TracChangeset
for help on using the changeset viewer.