javascript errors after upgrade to 2.1
-
Just did the upgrade via SVN as described in the new codex article, “Converting a “Traditional” WordPress Blog to a Subversion Checkout.” Process was pretty seamless except that now my shared google reader javascripts do not seem to work.
Code is a follows:
<script src="http://www.google.com/reader/ui/publisher.js" type="text/javascript"></script> <script src="http://www.google.com/reader/public/javascript/user/08075328984037669684/label/shared-politics-articles?n=5&callback=GRC_p(%7Bc%3A'-'%2Ct%3A'politics'%2Cs%3A'true'%7D)%3Bnew%20GRC" type="text/javascript"></script> <script src="http://www.google.com/reader/ui/publisher.js" type="text/javascript"></script> <script src="http://www.google.com/reader/public/javascript/user/08075328984037669684/label/shared-development-articles?n=5&callback=GRC_p(%7Bc%3A'-'%2Ct%3A'development'%2Cs%3A'true'%7D)%3Bnew%20GRC" type="text/javascript"></script>Whereas, before this code would display a series of links from my shared rss tags, now the page is blank. I’ve tried it on a couple different blogs, with a couple different themes, all of which I upgraded in the same manner. It does not seem to be style or CSS related.
The topic ‘javascript errors after upgrade to 2.1’ is closed to new replies.