Skip to content

Commit

Permalink
Revert "修复代码高亮开关"
Browse files Browse the repository at this point in the history
This reverts commit 103aed3.
  • Loading branch information
baomihuahua committed Feb 21, 2019
1 parent 103aed3 commit c5b9596
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions options.php
Original file line number Diff line number Diff line change
Expand Up @@ -301,13 +301,7 @@ function optionsframework_options() {
'id' => 'target_blank',
'type' => "checkbox",
'std' => false,
'desc' => __('开启', 'meowdataui'));
$options[] = array(
'name' => __('文章代码高亮开关', 'meowdataui'),
'id' => 'codept',
'type' => "checkbox",
'std' => true,
'desc' => __('开启', 'meowdataui'));
'desc' => __('开启', 'meowdataui'));
$options[] = array(
'name' => __('分页模式', 'meowdata'),
'id' => 'paging_type',
Expand Down

0 comments on commit c5b9596

Please sign in to comment.