This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| computenode1.localdomain: | |
| biosreleasedate: 12/01/2006 | |
| biosversion: VirtualBox | |
| cpu_flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx rdtscp lm constant_tsc up rep_good pni monitor ssse3 lahf_lm | |
| cpu_model: Intel(R) Celeron(R) CPU G530 @ 2.40GHz | |
| cpuarch: x86_64 | |
| defaultencoding: UTF8 | |
| defaultlanguage: en_US | |
| domain: localdomain | |
| fqdn: computenode1.localdomain |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- ~/broken-link-checker/includes/any-post.php 2013-07-16 17:31:29.000000000 -0400 | |
| +++ broken-link-checker/includes/any-post.php 2013-07-21 21:27:17.000000000 -0400 | |
| @@ -74,6 +74,7 @@ | |
| //Highlight and nofollow broken links in posts & pages | |
| if ( $this->plugin_conf->options['mark_broken_links'] || $this->plugin_conf->options['nofollow_broken_links'] ){ | |
| add_filter( 'the_content', array(&$this, 'hook_the_content') ); | |
| + add_filter( 'blc_mark_broken_links', array(&$this, 'hook_the_content') ); | |
| if ( $this->plugin_conf->options['mark_broken_links'] && !empty( $this->plugin_conf->options['broken_link_css'] ) ){ | |
| add_action( 'wp_head', array(&$this,'hook_wp_head') ); | |
| } |
NewerOlder