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 < 1761533669 ) {
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 @@ -824,6 +824,8 @@ function recentlyproofed(int $wlist): void
824824 $ format_preview_status = '' ;
825825 } elseif ($ row ["format_preview_status " ] > 0 ) {
826826 $ format_preview_status = ' <span title=" ' . _ ('Format Preview was used on this page. ' ) . '">✓</span> ' ;
827+ } elseif ($ timestamp < 1761533669 ) {
828+ $ format_preview_status = ' <span title=" ' . _ ('This page was saved before Format Preview usage was tracked. ' ) . '">?</span> ' ;
827829 } else {
828830 $ format_preview_status = ' <span title=" ' . _ ('Format Preview was not used on this page. ' ) . '">✗</span> ' ;
829831 }
You can’t perform that action at this time.
0 commit comments