You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -497,6 +501,7 @@ public function render_block( $attributes, $content ) {
497
501
'highlightLines' => 'highlight',
498
502
'wrapLines' => 'wraplines',
499
503
'makeURLsClickable' => 'autolinks',
504
+
'quickCode' => 'quickcode',
500
505
);
501
506
502
507
foreach ( $remapsas$from => $to ) {
@@ -1399,7 +1404,7 @@ function settings_page() { ?>
1399
1404
<label for="syntaxhighlighter-light"><input name="syntaxhighlighter_settings[light]" type="checkbox" id="syntaxhighlighter-light" value="1" <?phpchecked( $this->settings['light'], 1 ); ?> /> <?php_e( 'Use the light display mode, best for single lines of code', 'syntaxhighlighter' ); ?></label><br />
1400
1405
<label for="syntaxhighlighter-smarttabs"><input name="syntaxhighlighter_settings[smarttabs]" type="checkbox" id="syntaxhighlighter-smarttabs" value="1" <?phpchecked( $this->settings['smarttabs'], 1 ); ?> /> <?php_e( 'Use smart tabs allowing tabs being used for alignment', 'syntaxhighlighter' ); ?></label><br />
1401
1406
<label for="syntaxhighlighter-wraplines"><input name="syntaxhighlighter_settings[wraplines]" type="checkbox" id="syntaxhighlighter-wraplines" value="1" <?phpchecked( $this->settings['wraplines'], 1 ); ?> /> <?php_e( 'Wrap long lines (v2.x only, disabling this will make a scrollbar show instead)', 'syntaxhighlighter' ); ?></label><br />
<!--<label for="syntaxhighlighter-htmlscript"><input name="syntaxhighlighter_settings[htmlscript]" type="checkbox" id="syntaxhighlighter-htmlscript" value="1" <?phpchecked( $this->settings['htmlscript'], 1 ); ?> /> <?php_e( 'Enable "HTML script" mode by default (see the bottom of this page for details). Checking this box is not recommended as this mode only works with certain languages.', 'syntaxhighlighter' ); ?></label>-->
1404
1409
</fieldset>
1405
1410
</td>
@@ -1562,7 +1567,7 @@ function validate_settings( $settings ) {
0 commit comments