Changeset 2153
- Timestamp:
- 12/03/2015 04:15:15 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/explanations.php
r1880 r2153 48 48 add_action( 'wp_ajax_new_explanation', array( $this, 'new_explanation' ) ); 49 49 add_action( 'wp_ajax_un_publish', array( $this, 'un_publish_explanation' ) ); 50 51 // Content tweaks. 52 add_filter( 'syntaxhighlighter_precode', 'html_entity_decode' ); 50 53 } 51 54
Note: See TracChangeset
for help on using the changeset viewer.