Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #57278, comment 18


Ignore:
Timestamp:
05/20/2023 08:28:17 AM (2 years ago)
Author:
zunaid321
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57278, comment 18

    initial v1  
    1 Report
     1== Report
    22
    33This report confirms that the suggested patch fixes the problem.
    44Patch tested: https://github.com/WordPress/wordpress-develop/pull/3728
    55
    6 Environment
    7 OS: Windows 11 (22H2)
    8 Web Server: nginx/1.23.4
    9 PHP: 7.4.33
    10 WordPress: 6.3-alpha-55505-src
    11 Browsers: Chrome Version 113.0.5672.126 (Official Build) (64-bit)
    12 Theme: Twenty Twenty-Three
     6== Environment
     7- OS: Windows 11 (22H2)
     8- Web Server: nginx/1.23.4
     9- PHP: 7.4.33
     10- WordPress: 6.3-alpha-55505-src
     11- Browsers: Chrome Version 113.0.5672.126 (Official Build) (64-bit)
     12- Theme: Twenty Twenty-Three
    1313
    14 Steps
     14== Steps:
    1515
    16 Added the file: mu-loader.php with the mentioned code to the mu-plugins directory.
    17 Added Jetpack to the mu-plugins directory
    18 Added the above filter code to functions.php of my current theme.
     16- Added the file: mu-loader.php with the mentioned code to the mu-plugins directory.
     17- Added Jetpack to the mu-plugins directory
     18- Added the above filter code to functions.php of my current theme.
    1919
    20 Results
     20== Results
    2121
    2222I was able to replicate the feature as mentioned in this ticket.