There is a potentially breaking change in wordpress 3.6. They added the function has_shortcode to the core. A lot of developers had created a custom function and used it throughout the theme. If you have a theme that uses this function php will give you a fatal error that you can't redefine the same function. The solution is to either integrate the new core function or simply rename the one you are using.













