Changeset 628 for trunk/wp-admin/bookmarklet.php
- Timestamp:
- 12/18/2003 09:36:13 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/bookmarklet.php
r617 r628 91 91 92 92 if (($is_macIE) && (!isset($IEMac_bookmarklet_fix))) { 93 $popuptitle = preg_replace($ b2_macIE_correction["in"],$b2_macIE_correction["out"],$popuptitle);94 $text = preg_replace($ b2_macIE_correction["in"],$b2_macIE_correction["out"],$text);93 $popuptitle = preg_replace($wp_macIE_correction["in"],$wp_macIE_correction["out"],$popuptitle); 94 $text = preg_replace($wp_macIE_correction["in"],$wp_macIE_correction["out"],$text); 95 95 } 96 96 … … 101 101 102 102 if (($is_gecko) && (!isset($Gecko_bookmarklet_fix))) { 103 $popuptitle = preg_replace($ b2_gecko_correction["in"],$b2_gecko_correction["out"],$popuptitle);104 $text = preg_replace($ b2_gecko_correction["in"],$b2_gecko_correction["out"],$text);103 $popuptitle = preg_replace($wp_gecko_correction["in"],$wp_gecko_correction["out"],$popuptitle); 104 $text = preg_replace($wp_gecko_correction["in"],$wp_gecko_correction["out"],$text); 105 105 } 106 106
Note: See TracChangeset
for help on using the changeset viewer.