Changeset 6258 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/explanations.php
- Timestamp:
- 12/11/2017 08:45:14 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/explanations.php
r5843 r6258 56 56 add_action( 'wp_ajax_new_explanation', array( $this, 'new_explanation' ) ); 57 57 add_action( 'wp_ajax_un_publish', array( $this, 'un_publish_explanation' ) ); 58 59 // Content tweaks.60 add_filter( 'syntaxhighlighter_precode', 'html_entity_decode' );61 58 } 62 59 … … 528 525 } 529 526 } 527 530 528 } 531 529
Note: See TracChangeset
for help on using the changeset viewer.