Changeset 20378 for trunk/wp-admin/includes/ajax-actions.php
- Timestamp:
- 04/06/2012 07:18:45 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/ajax-actions.php
r20332 r20378 743 743 744 744 $user = wp_get_current_user(); 745 if ( $user-> ID) {745 if ( $user->exists() ) { 746 746 $user_ID = $user->ID; 747 747 $comment_author = $wpdb->escape($user->display_name);
Note: See TracChangeset
for help on using the changeset viewer.