Changeset 2876 for sites/branches/application-tracking/wordcamp.org/public_html/wp-content/plugins/wcpt/views/common/metabox-log.php
- Timestamp:
- 04/01/2016 08:53:57 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/branches/application-tracking/wordcamp.org/public_html/wp-content/plugins/wcpt/views/common/metabox-log.php
r2794 r2876 19 19 <th><?php echo esc_html( ucwords( str_replace( '_', ' ', $entry['type'] ) ) ); ?></th> 20 20 <th><?php echo esc_html( $entry['user_display_name'] ); ?></th> 21 <th><?php echo esc_html( $entry['message'] );?></th>21 <th><?php echo wp_kses( $entry['message'], wp_kses_allowed_html( 'data') ); ?></th> 22 22 </tr> 23 23 <?php endforeach; ?>
Note: See TracChangeset
for help on using the changeset viewer.