diff options
author | bt <bt@web> | 2024-01-18 13:42:40 -0500 |
---|---|---|
committer | IkiWiki <ikiwiki.info> | 2024-01-18 13:42:40 -0500 |
commit | ce2b306011d4ab223a1005af6f9a1366ed529f1c (patch) | |
tree | 48742691e140c51edfba654f5982619959d79906 /wiki/scripts.mdwn | |
parent | 6fd5e73e91c5870e9f1b5e2ec22d3a7d4b7b4ba0 (diff) |
Diffstat (limited to 'wiki/scripts.mdwn')
-rw-r--r-- | wiki/scripts.mdwn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wiki/scripts.mdwn b/wiki/scripts.mdwn index 65e03ec..902f23c 100644 --- a/wiki/scripts.mdwn +++ b/wiki/scripts.mdwn @@ -17,6 +17,6 @@ This page contains helpful scripts and useful terminal commands. **Reset all product menu_order to `0`** -``` -UPDATE wp_posts SET menu_order = 0 WHERE post_type = 'product'; -``` + + UPDATE wp_posts SET menu_order = 0 WHERE post_type = 'product'; + |