Make WordPress Core

Changes between Version 3 and Version 4 of Ticket #12002, comment 32


Ignore:
Timestamp:
12/25/2014 11:56:23 AM (10 years ago)
Author:
karincom
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12002, comment 32

    v3 v4  
    2222UPDATE bb_options
    2323SET option_value=replace(option_value,'blog/','en/')
     24WHERE option_name = 'tag_base';
     25 
     26UPDATE bb_options
     27SET option_value=replace(option_value,'blog/','en/')
    2428WHERE option_name = 'rewrite_rules';
    25 
    2629}}}
    2730