Title: docwhat's Replies | WordPress.org

---

# docwhat

  [  ](https://wordpress.org/support/users/docwhat/)

 *   [Profile](https://wordpress.org/support/users/docwhat/)
 *   [Topics Started](https://wordpress.org/support/users/docwhat/topics/)
 *   [Replies Created](https://wordpress.org/support/users/docwhat/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/docwhat/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/docwhat/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/docwhat/engagements/)
 *   [Favorites](https://wordpress.org/support/users/docwhat/favorites/)

 Search replies:

## Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Embed GitHub Gist] Gists look crazy with Twenty Twelve](https://wordpress.org/support/topic/gists-look-crazy-with-twenty-twelve/)
 *  [docwhat](https://wordpress.org/support/users/docwhat/)
 * (@docwhat)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/gists-look-crazy-with-twenty-twelve/#post-3261745)
 * After I put in a ‘bump=1′ attribute in one post, all my posts’ gists started 
   working mostly correct: [http://docwhat.org/vim-preserve-your-cursor-and-window-state/](http://docwhat.org/vim-preserve-your-cursor-and-window-state/)
 * You can see a blank line between the last line number and the footer, but that’s(
   at least) acceptable.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Relevanssi - A Better Search] [Plugin: Relevanssi – A Better Search] Relevanssi update broke JetPack Contact form](https://wordpress.org/support/topic/plugin-relevanssi-a-better-search-relevanssi-update-broke-jetpack-contact-form/)
 *  [docwhat](https://wordpress.org/support/users/docwhat/)
 * (@docwhat)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-relevanssi-a-better-search-relevanssi-update-broke-jetpack-contact-form/#post-2935546)
 * Thanks! I’ll eagerly await the next version. The current version is 3.0.3, so
   I assume it’ll be fixed in 3.0.4?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] [Plugin: Jetpack by WordPress.com] Contact Form conflicts with Relevanssi](https://wordpress.org/support/topic/plugin-jetpack-by-wordpresscom-contact-form-conflicts-with-relevanssi/)
 *  Thread Starter [docwhat](https://wordpress.org/support/users/docwhat/)
 * (@docwhat)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-jetpack-by-wordpresscom-contact-form-conflicts-with-relevanssi/#post-2940599)
 * I don’t believe that that is all it does. If it was, then I wouldn’t have the
   double evaluation of the shortcode hooks when the form is submitted.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Relevanssi - A Better Search] [Plugin: Relevanssi – A Better Search] Relevanssi update broke JetPack Contact form](https://wordpress.org/support/topic/plugin-relevanssi-a-better-search-relevanssi-update-broke-jetpack-contact-form/)
 *  [docwhat](https://wordpress.org/support/users/docwhat/)
 * (@docwhat)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-relevanssi-a-better-search-relevanssi-update-broke-jetpack-contact-form/#post-2935484)
 * I posted a description of the problem here: [http://wordpress.org/support/topic/plugin-jetpack-by-wordpresscom-contact-form-conflicts-with-relevanssi?replies=1#post-3037296](http://wordpress.org/support/topic/plugin-jetpack-by-wordpresscom-contact-form-conflicts-with-relevanssi?replies=1#post-3037296)
 * Basically, it looks like it is re-running the short-code hooks when a page is
   rendered. I’m not sure why it needs to do that.
 * Ciao!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SyntaxHighlighter Evolved] [Plugin: SyntaxHighlighter Evolved] Code is showing extra , etc.](https://wordpress.org/support/topic/plugin-syntaxhighlighter-evolved-code-is-showing-extra-etc/)
 *  Thread Starter [docwhat](https://wordpress.org/support/users/docwhat/)
 * (@docwhat)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-syntaxhighlighter-evolved-code-is-showing-extra-etc/#post-1659327)
 * Ah-hah….I’ve narrowed the adding of the `<span>` and `<a>` tags to shCore.js 
   itself by disabling all the brushes.
 *     ```
       <pre class="brush: jscript;"><span>alert('narf');
       javascript:window.open(‘<a href="http://someurl/’" muse_scanned="true">http://someurl/’</a>);
       </span></pre>
       ```
   
 * Whups. Okay, figured it out after tracing through lots of JavaScript. It’s a 
   Chrome Extension called “Chrome Link Checker” which is doing this. Never mind.*
   sigh* Sorry to waste your time.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SyntaxHighlighter Evolved] [Plugin: SyntaxHighlighter Evolved] Code is showing extra , etc.](https://wordpress.org/support/topic/plugin-syntaxhighlighter-evolved-code-is-showing-extra-etc/)
 *  Thread Starter [docwhat](https://wordpress.org/support/users/docwhat/)
 * (@docwhat)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-syntaxhighlighter-evolved-code-is-showing-extra-etc/#post-1659311)
 * I went through and disable all JS running by moving /wp-includes/js to js- and
   doing the same thing for the JS needed by my theme.
 * That didn’t fix it. So it must be in SyntaxHighlighter’s JS itself.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SyntaxHighlighter Evolved] [Plugin: SyntaxHighlighter Evolved] Code is showing extra , etc.](https://wordpress.org/support/topic/plugin-syntaxhighlighter-evolved-code-is-showing-extra-etc/)
 *  Thread Starter [docwhat](https://wordpress.org/support/users/docwhat/)
 * (@docwhat)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/plugin-syntaxhighlighter-evolved-code-is-showing-extra-etc/#post-1659307)
 * Additional data. You can see that the PHP is actually doing the right thing by
   moving the syntaxhighlighter subdirectory to a different name (to prevent the
   JS from loading)….
 * You get `<pre class=”brush: jscript;”>
    javascript:window.open(‘http://someurl/’);
   </pre>`
 * So something is going wrong during the JS load.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Health Check] No Message Generated](https://wordpress.org/support/topic/plugin-health-check-no-message-generated/)
 *  [docwhat](https://wordpress.org/support/users/docwhat/)
 * (@docwhat)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/plugin-health-check-no-message-generated/#post-1600586)
 * I only see the activation notice. I tried disabled and re-enabling it and it 
   still only showed the activation notice.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Widgets – don’t validate links in xhtml](https://wordpress.org/support/topic/widgets-dont-validate-links-in-xhtml/)
 *  [docwhat](https://wordpress.org/support/users/docwhat/)
 * (@docwhat)
 * [18 years, 11 months ago](https://wordpress.org/support/topic/widgets-dont-validate-links-in-xhtml/#post-573981)
 * That fix removes the very useful ID attribute for all widgets!
 * An even better fix is to add this line before 362:
    `$before_widget = preg_replace('/
   id="[^"]*"/','id="%id"', $before_widget);`
 * This lets wp_list_bookmarks do it’s thing. You end up with links, as before widgets,
   like “linkcat-16”.
 * Ciao!

Viewing 9 replies - 1 through 9 (of 9 total)