Changeset 63587
- Timestamp:
- 09/10/2026 04:37:59 PM (less than one hour ago)
- Location:
- branches/7.1
- Files:
-
- 5 edited
-
package.json (modified) (1 diff)
-
src/wp-includes/assets/script-loader-packages.php (modified) (7 diffs)
-
src/wp-includes/assets/script-modules-packages.php (modified) (1 diff)
-
src/wp-includes/build/pages/font-library/page.php (modified) (1 diff)
-
src/wp-includes/build/pages/options-connectors/page.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/7.1/package.json
r63414 r63587 8 8 }, 9 9 "gutenberg": { 10 "sha": " 943e0d825bb66ba582e9a10d32743cbb136de460",10 "sha": "dd294ab86ceaf9f3d7d42a09b78f399238ce8826", 11 11 "ghcrRepo": "WordPress/gutenberg/gutenberg-wp-develop-build" 12 12 }, -
branches/7.1/src/wp-includes/assets/script-loader-packages.php
r63319 r63587 105 105 'wp-warning' 106 106 ), 107 'version' => ' d3cbb2c45b145b27a5cf'107 'version' => '37e58da384b2558bd479' 108 108 ), 109 109 'block-library.js' => array( … … 151 151 ) 152 152 ), 153 'version' => ' 2e80403676c10cc0a473'153 'version' => '00e6e2a44788af201f35' 154 154 ), 155 155 'block-serialization-default-parser.js' => array( … … 403 403 ) 404 404 ), 405 'version' => 'a 7750dea8d5c880ddf33'405 'version' => 'a6cb1641d13f718c01bd' 406 406 ), 407 407 'edit-site.js' => array( … … 453 453 ) 454 454 ), 455 'version' => ' 638e98d0061f4b9f1efb'455 'version' => '008f89f2cb2ad17a5947' 456 456 ), 457 457 'edit-widgets.js' => array( … … 544 544 ) 545 545 ), 546 'version' => ' 2cd3b932f41a420d5904'546 'version' => 'af070cfff88093363220' 547 547 ), 548 548 'element.js' => array( … … 664 664 'wp-warning' 665 665 ), 666 'version' => ' b8bf604c1cc119e63ee6'666 'version' => '07c1c94f9b21baa97a96' 667 667 ), 668 668 'notices.js' => array( … … 882 882 ) 883 883 ), 884 'version' => ' f7174b0617bcd68e57c3'884 'version' => 'a2c026d433c295fd5145' 885 885 ), 886 886 'url.js' => array( -
branches/7.1/src/wp-includes/assets/script-modules-packages.php
r63319 r63587 361 361 362 362 ), 363 'version' => ' 685442d334b2d3e70832'363 'version' => '7e33cd8c4128731126e8' 364 364 ), 365 365 'workflow/index.js' => array( -
branches/7.1/src/wp-includes/build/pages/font-library/page.php
r62896 r63587 311 311 // phpcs:ignore WordPress.Security.NonceVerification.Recommended 312 312 if ( isset( $_GET['page'] ) && 'font-library' === $_GET['page'] ) { 313 // The page renders outside the menu page callback flow, so it must 314 // enforce authentication and capability checks itself. Without this, 315 // any admin entry point firing `admin_init` (such as admin-post.php, 316 // which serves logged-out requests) would render the page for 317 // unauthenticated visitors. 318 if ( ! is_user_logged_in() ) { 319 auth_redirect(); 320 } 321 322 if ( ! current_user_can( 'edit_theme_options' ) ) { 323 wp_die( 324 __( 'Sorry, you are not allowed to access this page.' ), 325 403 326 ); 327 } 328 313 329 wp_font_library_render_page(); 314 330 exit; -
branches/7.1/src/wp-includes/build/pages/options-connectors/page.php
r62896 r63587 311 311 // phpcs:ignore WordPress.Security.NonceVerification.Recommended 312 312 if ( isset( $_GET['page'] ) && 'options-connectors' === $_GET['page'] ) { 313 // The page renders outside the menu page callback flow, so it must 314 // enforce authentication and capability checks itself. Without this, 315 // any admin entry point firing `admin_init` (such as admin-post.php, 316 // which serves logged-out requests) would render the page for 317 // unauthenticated visitors. 318 if ( ! is_user_logged_in() ) { 319 auth_redirect(); 320 } 321 322 if ( ! current_user_can( 'manage_options' ) ) { 323 wp_die( 324 __( 'Sorry, you are not allowed to access this page.' ), 325 403 326 ); 327 } 328 313 329 wp_options_connectors_render_page(); 314 330 exit;
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)