Changeset 61668 for trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-font-collections-controller.php
- Timestamp:
- 02/17/2026 11:00:13 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-font-collections-controller.php
r60525 r61668 338 338 * @return true|WP_Error True if the request has write access for the item, WP_Error object otherwise. 339 339 */ 340 public function get_items_permissions_check( $request ) { // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable340 public function get_items_permissions_check( $request ) { 341 341 if ( current_user_can( 'edit_theme_options' ) ) { 342 342 return true;
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)