discourse/plugins/checklist
Andrei Prigorshnev fcc9d99ba2
DEV: Start renaming cookAsync() function to cook() (#23462)
Some time ago, we introduced the `cookAsync` instead of the existing 
`cook` function, and planned to migrate everything to it. Then after 
migrating, we wanted to raname the function to simply `cook`.

I've checked Core and plugins, and currently we call `cookAsync` everywhere, 
there are no calls to the `cook` function anymore. So we're good 
to proceed with this refactoring.

This PR makes the first step by making current cookAsync and cook functions 
do the same thing. Effectively now the `cook` function becomes an alias 
for the `cookAsync` function.
2023-10-09 20:22:46 +04:00
..
assets DEV: Remove decorateCookedElement id parameters (#23544) 2023-09-12 16:32:04 +01:00
config Update translations (#23538) 2023-09-12 15:27:48 +02:00
spec
test/javascripts/lib DEV: Start renaming cookAsync() function to cook() (#23462) 2023-10-09 20:22:46 +04:00
plugin.rb FIX: Hide core plugins from the admin Plugins list (#23328) 2023-08-31 10:01:01 +10:00