Changeset 58223
- Timestamp:
- 05/28/2024 08:00:18 AM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/admin-bar.php
r58035 r58223 456 456 * @since 5.9.0 457 457 * @since 6.3.0 Added `$_wp_current_template_id` global for editing of current template directly from the admin bar. 458 * @since 6.6.0 Added the `canvas` query arg to the Site Editor link. 458 459 * 459 460 * @global string $_wp_current_template_id … … 482 483 'postType' => 'wp_template', 483 484 'postId' => $_wp_current_template_id, 485 'canvas' => 'edit', 484 486 ), 485 487 admin_url( 'site-editor.php' )
Note: See TracChangeset
for help on using the changeset viewer.