Well, let me some time, I will check.
I know it is difficult to migrate to 3.4, because it requires php 5.
it took some time for me as well.
Did you ever tried to code for wordpress ??
To my opinion Joomla far better. No possible comparaison.
Users are following the medias and Wordpress is a company, making its own profit and lobbying.
Joomla is like Linux to Windows....
Wordpress don't uses POO.
No namespacing, so you can encounters many conflicts in the functions names.
No ACL management, No MVC, no coding conventions, It is totally free to the user to do what he wants.
Only one admin account. No users groups...
Try to open some wordpress plugin from different developper... and see the differences
If you want to do the same than Joomla in wordpress, you will first need to write your own framework, lol.
Or to use AWF, wich is a good alternative.
Cook is not gonna write components for Wordpress, because there are no conventions, so I do not want to develop a framework for them.
In some terms... It is a total mess. Even the administration panel... All plugins works differently and put their configurations to their please.
Oh... I was forgetting... $_POST and $_GET are not abstracted, and even less protected.
So if you want to handle your own security angainst injections... do it.
Wordpress ? Not for me.