Content deleted Content added
Ohconfucius (talk | contribs) restore |
Ohconfucius (talk | contribs) disabling ohc_delink_dates |
||
Line 1,261:
ohc_extend_editor(editor);
ohc_protect_dates(editor);
ohc_fix_unambiguous_dates(editor);
Line 1,355:
ohc_MOSNUM_edit_summary(editor);
}
//is this being used at all?
function ohc_ISO_to_dmy_driver(editor) {
ohc_extend_editor(editor);
Line 1,366:
//ohc_MOSNUM_edit_summary(editor);
}
//is this being used at all?
function ohc_ISO_to_mdy_driver(editor) {
ohc_extend_editor(editor);
Line 1,377:
//ohc_MOSNUM_edit_summary(editor);
}
//is this being used at all?
function ohc_delink_year_in_X_driver(editor) {
ohc_extend_editor(editor);
Line 1,383:
ohc_delink_year_in_X(editor);
}
//is this being used at all?
function ohc_expand_ref_dates_driver(editor) {
ohc_extend_editor(editor);
Line 1,392:
ohc_expand_edit_summary(editor);
}
//is this being used at all?
function ohc_expand_all_dates_driver(editor) {
ohc_extend_editor(editor);
|