File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -681,6 +681,8 @@ function echo_cells_for_round(
681681 $ format_preview_status = '' ;
682682 } elseif ($ round_data ["format_preview_ran " ]) {
683683 $ format_preview_status = ' <span title=" ' . _ ('Format Preview was used on this page. ' ) . '">✓</span> ' ;
684+ } elseif ($ R_time < 1765472400 ) {
685+ $ format_preview_status = ' <span title=" ' . _ ('This page was saved before Format Preview usage was tracked. ' ) . '">?</span> ' ;
684686 } else {
685687 $ format_preview_status = ' <span title=" ' . _ ('Format Preview was not used on this page. ' ) . '">✗</span> ' ;
686688 }
Original file line number Diff line number Diff line change @@ -840,6 +840,8 @@ function recentlyproofed(int $wlist): void
840840 $ format_preview_status = '' ;
841841 } elseif ($ row ["format_preview_status " ] > 0 ) {
842842 $ format_preview_status = ' <span title=" ' . _ ('Format Preview was used on this page. ' ) . '">✓</span> ' ;
843+ } elseif ($ timestamp < 1765472400 ) {
844+ $ format_preview_status = ' <span title=" ' . _ ('This page was saved before Format Preview usage was tracked. ' ) . '">?</span> ' ;
843845 } else {
844846 $ format_preview_status = ' <span title=" ' . _ ('Format Preview was not used on this page. ' ) . '">✗</span> ' ;
845847 }
You can’t perform that action at this time.
0 commit comments