Changeset 59880 for trunk/src/wp-includes/rest-api/class-wp-rest-server.php
- Timestamp:
- 02/27/2025 03:37:22 AM (7 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/class-wp-rest-server.php
r59032 r59880 1372 1372 'gmt_offset' => get_option( 'gmt_offset' ), 1373 1373 'timezone_string' => get_option( 'timezone_string' ), 1374 'page_for_posts' => (int) get_option( 'page_for_posts' ), 1375 'page_on_front' => (int) get_option( 'page_on_front' ), 1376 'show_on_front' => get_option( 'show_on_front' ), 1374 1377 'namespaces' => array_keys( $this->namespaces ), 1375 1378 'authentication' => array(),
Note: See TracChangeset
for help on using the changeset viewer.