Changeset 161133
- Timestamp:
- 10/07/2009 06:44:52 AM (16 years ago)
- File:
-
- 1 edited
-
faster-image-insert/trunk/faster-image-insert.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
faster-image-insert/trunk/faster-image-insert.php
r161132 r161133 399 399 $_POST[ $no_caption ] == 'selected' ? $caption = true : $caption = false; 400 400 $_POST[ $plugindebug ] == 'selected' ? $debug = true : $debug = false; 401 if(is_string($_POST[ $customstring ]) && !empty($_POST[ $customstring ])) $cstring = $_POST[ $customstring ]; else $cstring = "<p> </p>";401 if(is_string($_POST[ $customstring ]) && !empty($_POST[ $customstring ])) $cstring = $_POST[ $customstring ]; else $cstring = "<p> </p>"; 402 402 403 403 update_option( $load_iframe, $iframe );
Note: See TracChangeset
for help on using the changeset viewer.