Changeset 46155 for trunk/src/wp-admin/includes/ajax-actions.php
- Timestamp:
- 09/17/2019 01:39:15 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r46136 r46155 163 163 ); 164 164 165 echo join( $results, "\n");165 echo join( "\n", $results ); 166 166 wp_die(); 167 167 }
Note: See TracChangeset
for help on using the changeset viewer.