Commit 35eb7b57 by Scott

Rename edit notice option

parent d52426b9
......@@ -337,7 +337,7 @@
'show_a_form_immediate' => 'if_no_as',
'show_c_reply_buttons' => 1,
'show_custom_welcome' => 0,
'show_edit_notices' => 1,
'show_post_update_meta' => 1,
'show_fewer_cs_count' => 5,
'show_fewer_cs_from' => 10,
'show_full_date_days' => 7,
......@@ -548,7 +548,7 @@
'avatarsize' => qa_opt('avatar_q_list_size'),
'pointsview' => qa_opt('show_user_points'),
'pointstitle' => qa_opt('show_user_titles') ? qa_get_points_to_titles() : array(),
'updateview' => qa_opt('show_edit_notices'),
'updateview' => qa_opt('show_post_update_meta'),
'blockwordspreg' => qa_get_block_words_preg(),
'showurllinks' => qa_opt('show_url_links'),
'linksnewwindow' => qa_opt('links_in_new_window'),
......
......@@ -238,7 +238,7 @@
'show_custom_sidebar' => 'Custom HTML in sidebar box on every page:',
'show_custom_sidepanel' => 'Custom HTML in side panel on every page:',
'show_custom_welcome' => 'Custom message in email sent to new registered users:',
'show_edit_notices' => 'Show edited notices in post meta:',
'show_post_update_meta' => 'Show edits/updates in post meta:',
'show_fewer_cs_count' => 'If partially hidden, show most recent:',
'show_fewer_cs_from' => 'Partially hide comments if more than:',
'show_full_date_days' => 'Show full date after:',
......
......@@ -199,7 +199,7 @@
'show_custom_sidebar' => 'checkbox',
'show_custom_sidepanel' => 'checkbox',
'show_custom_welcome' => 'checkbox',
'show_edit_notices' => 'checkbox',
'show_post_update_meta' => 'checkbox',
'show_home_description' => 'checkbox',
'show_message_history' => 'checkbox',
'show_notice_visitor' => 'checkbox',
......@@ -375,7 +375,7 @@
if (count(qa_get_points_to_titles()))
$showoptions[] = 'show_user_titles';
array_push($showoptions, 'show_user_points', 'show_edit_notices', '', 'sort_answers_by', 'show_selected_first', 'page_size_q_as', 'show_a_form_immediate');
array_push($showoptions, 'show_user_points', 'show_post_update_meta', '', 'sort_answers_by', 'show_selected_first', 'page_size_q_as', 'show_a_form_immediate');
if (qa_opt('comment_on_qs') || qa_opt('comment_on_as'))
array_push($showoptions, 'show_fewer_cs_from', 'show_fewer_cs_count', 'show_c_reply_buttons');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment