Version Description
Download this release
Release Info
Developer | whiteshadow |
Plugin | Raw HTML |
Version | 1.0.4 |
Comparing to | |
See all releases |
Code changes from version 1.0.3 to 1.0.4
- raw_html.php +2 -2
- readme.txt +1 -1
raw_html.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Raw HTML capability
|
4 |
Plugin URI: http://w-shadow.com/blog/2007/12/13/raw-html-in-wordpress/
|
5 |
Description: Lets you enter raw HTML in your posts. See website for details.
|
6 |
-
Version: 1.0.
|
7 |
Author: Janis Elsts
|
8 |
Author URI: http://w-shadow.com/blog/
|
9 |
*/
|
@@ -24,7 +24,7 @@ function wsh_extraction_callback($matches){
|
|
24 |
|
25 |
function wsh_extract_exclusions($text){
|
26 |
global $wsh_raw_parts;
|
27 |
-
return preg_replace_callback("/(<!--\s*start_raw\s*-->|\[RAW\])(.*)(
|
28 |
"wsh_extraction_callback", $text);
|
29 |
}
|
30 |
|
3 |
Plugin Name: Raw HTML capability
|
4 |
Plugin URI: http://w-shadow.com/blog/2007/12/13/raw-html-in-wordpress/
|
5 |
Description: Lets you enter raw HTML in your posts. See website for details.
|
6 |
+
Version: 1.0.4
|
7 |
Author: Janis Elsts
|
8 |
Author URI: http://w-shadow.com/blog/
|
9 |
*/
|
24 |
|
25 |
function wsh_extract_exclusions($text){
|
26 |
global $wsh_raw_parts;
|
27 |
+
return preg_replace_callback("/(<!--\s*start_raw\s*-->|\[RAW\])(.*)(<!--\s*end_raw\s*-->|\[\/RAW\])/Uis",
|
28 |
"wsh_extraction_callback", $text);
|
29 |
}
|
30 |
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: whiteshadow
|
|
3 |
Tags: posts, formatting, javascript, html, css, code
|
4 |
Requires at least: 2.2
|
5 |
Tested up to: 2.5.1
|
6 |
-
Stable tag: 1.0.
|
7 |
|
8 |
Lets you use raw HTML or any other code in your posts.
|
9 |
|
3 |
Tags: posts, formatting, javascript, html, css, code
|
4 |
Requires at least: 2.2
|
5 |
Tested up to: 2.5.1
|
6 |
+
Stable tag: 1.0.4
|
7 |
|
8 |
Lets you use raw HTML or any other code in your posts.
|
9 |
|