Making WordPress.org


Ignore:
Timestamp:
04/01/2016 08:53:57 PM (10 years ago)
Author:
iandunn
Message:

WordCamp Post Type: Add a log entry when new sites are created.

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  
    1919                    <th><?php echo esc_html( ucwords( str_replace( '_', ' ', $entry['type'] ) ) ); ?></th>
    2020                    <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>
    2222                </tr>
    2323            <?php endforeach; ?>
Note: See TracChangeset for help on using the changeset viewer.