Make WordPress Core

Changes between Initial Version and Version 7 of Ticket #1


Ignore:
Timestamp:
10/15/2020 01:10:14 PM (4 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1

    • Property Owner changed from anonymous to rboren
    • Property Status changed from new to closed
    • Property Version changed from to 1.3
    • Property Resolution changed from 10 to 20
  • Ticket #1 – Description

    initial v7  
    11This:
    2 
     2{{{
    33preg_replace('|https?://[^/]+|i', '', get_settings('home') . '/' )
    4 
     4}}}
    55Instead of this:
    6 
     6{{{
    77preg_replace('|http://[^/]+|i', '', get_settings('home') . '/' )
     8}}}