Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #62964


Ignore:
Timestamp:
02/14/2025 07:48:36 AM (13 months ago)
Author:
dd32
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62964

    • Property Component changed from Bootstrap/Load to Editor
  • Ticket #62964 – Description

    initial v1  
    33The conflict occurs with the following SQL queries:
    44
    5 ```sql
     5{{{#!sql
    66### DELETE FROM `fr_wp`.`wp_sitemeta`
    77### WHERE
     
    1818###   @4='1737837003'
    1919# at 150934730
    20 ```
     20}}}
    2121
    2222Upon reviewing the WordPress source code, I identified that these conflicts are caused by the WordPress function {{{_register_theme_block_patterns}}} being executed at the exact same time on both servers.