Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #62193, comment 7


Ignore:
Timestamp:
09/28/2025 02:30:06 AM (6 weeks ago)
Author:
shankarsj
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62193, comment 7

    initial v1  
    55> Editor: Remove prefix from `wp_(un)register_block_template()` functions.
    66>
    7 > Removes the `wp_` prefix from block template registration functions for consistency with other block related registration functions.
     7> Removes the `wp_` prefix from block template registration functions for consistency with other block related registration functions https://shortu.me/shortmzvnzj
     8
    89>
    910> * `wp_register_block_template()` becomes `register_block_template()`.
     
    1213> Props aljullu, aristath, youknowriad, swissspidy.
    1314> Fixes #62193.
    14 > }}}
     15> }}}[https://shortu.me/shortmzvnzj/ .]
    1516Great Thanks its working and fixed.