Make WordPress Core


Ignore:
Timestamp:
10/28/2025 01:34:00 PM (4 months ago)
Author:
ellatrix
Message:

Template activation: merge changes for Beta 2.

Developed in https://github.com/WordPress/wordpress-develop/pull/10425.
See https://core.trac.wordpress.org/ticket/62755.

Fixes #62755.
Props ellatrix, priethor.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/post.php

    r61036 r61078  
    399399            'show_in_rest'            => true,
    400400            'rewrite'                 => false,
    401             'rest_base'               => 'wp_template',
     401            'rest_base'               => 'created-templates',
    402402            'rest_controller_class'   => 'WP_REST_Posts_Controller',
    403403            'late_route_registration' => true,
Note: See TracChangeset for help on using the changeset viewer.