Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #46351, comment 3


Ignore:
Timestamp:
03/04/2019 03:51:05 PM (6 years ago)
Author:
pbiron
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #46351, comment 3

    initial v1  
    55== in 5.0.3
    66{{{#!php
     7<?php
    78$meta = array(
    89        'public' => 1,
     
    1314== in 5.1, without your patch
    1415{{{#!php
     16<?php
    1517$meta = array(
    1618        'WPLANG' => get_network_option( $network_id, 'WPLANG' ),
     
    2022== in 5.1, with your patch
    2123{{{#!php
     24<?php
    2225$meta = array(
    2326        'public' => 1,