Changeset 1822
- Timestamp:
- 08/13/2015 05:55:48 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/handbooks.php
r1821 r1822 49 49 50 50 // Modify SyntaxHighlighter Evolved code output to facilitate code collapse/expand. 51 add_filter( 'syntaxhighlighter_htmlresult', array( __CLASS__, 'syntaxhighlighter_htmlresult' ) ); 51 if ( ! is_admin() ) { 52 add_filter( 'syntaxhighlighter_htmlresult', array( __CLASS__, 'syntaxhighlighter_htmlresult' ) ); 53 } 52 54 } 53 55
Note: See TracChangeset
for help on using the changeset viewer.