Make WordPress Core


Ignore:
Timestamp:
12/18/2003 09:36:13 AM (21 years ago)
Author:
saxmatt
Message:

Renaming Reloaded.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/bookmarklet.php

    r617 r628  
    9191
    9292if (($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);
    9595}
    9696
     
    101101
    102102if (($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);
    105105}
    106106
Note: See TracChangeset for help on using the changeset viewer.