Changeset 19054 for trunk/wp-includes/update.php
- Timestamp:
- 10/24/2011 07:13:23 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/update.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/update.php
r19022 r19054 331 331 332 332 $update_title = ! empty( $update_title ) ? esc_attr( implode( ', ', $update_title ) ) : ''; 333 333 334 334 return array( 'counts' => $counts, 'title' => $update_title ); 335 335 }
Note: See TracChangeset
for help on using the changeset viewer.