Comments on: 3.0.4 Out http://remstate.com/2007/04/15/304-out/ Create the Internet of your Dreams Sun, 14 Jun 2009 17:22:28 +0000 http://wordpress.org/?v=2.3.1 By: Quandary http://remstate.com/2007/04/15/304-out/#comment-1472 Quandary Wed, 18 Apr 2007 02:56:07 +0000 http://remstate.com/2007/04/15/304-out/#comment-1472 @ Brett Terpstra Thanks for the feedback! I'm interested in learning more about your setup, and why this happens. Is there any way I could convince you to <a href="/projects/in-series/bugzilla/" rel="nofollow">file a bug</a> so I can track this better? If not, I'll wind up filing one myself, but then I'll be shuttling info back-and-forth from there. :) I may replace the single quotes with double quotes, depending on what the root cause of this issue is -- the reason I'm using single quotes right now has to do with the way that <acronym title="PHP: Hypertext Preprocessor">PHP</acronym> handles strings using single quotes versus double quotes. Specifically, I don't want to have to type <code>\"</code> a million times, because it's ugly and hard to read, and I don't want to use single-quotes on the outside because then I can't do variable expansion in the string. I really want a chance to see if I can weasel out of it some other way before doing that switch. ;) @ Brett Terpstra

Thanks for the feedback!

I’m interested in learning more about your setup, and why this happens. Is there any way I could convince you to file a bug so I can track this better? If not, I’ll wind up filing one myself, but then I’ll be shuttling info back-and-forth from there. :)

I may replace the single quotes with double quotes, depending on what the root cause of this issue is — the reason I’m using single quotes right now has to do with the way that PHP handles strings using single quotes versus double quotes. Specifically, I don’t want to have to type \" a million times, because it’s ugly and hard to read, and I don’t want to use single-quotes on the outside because then I can’t do variable expansion in the string. I really want a chance to see if I can weasel out of it some other way before doing that switch. ;)

]]>
By: Brett Terpstra http://remstate.com/2007/04/15/304-out/#comment-1455 Brett Terpstra Tue, 17 Apr 2007 16:07:55 +0000 http://remstate.com/2007/04/15/304-out/#comment-1455 Love the plugin. I had some trouble with the default setup using single quotes, though. Something in my setup kept randomly causing it to escape the quotes and then tack on the entire url as a relative url. Replacing the single quotes with double quotes on the config page fixed the problem, and I thought you might want to make that change in the defaults for compatibility. Brett Love the plugin. I had some trouble with the default setup using single quotes, though. Something in my setup kept randomly causing it to escape the quotes and then tack on the entire url as a relative url. Replacing the single quotes with double quotes on the config page fixed the problem, and I thought you might want to make that change in the defaults for compatibility.

Brett

]]>