Changeset 12338 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/functions.php
- Timestamp:
- 12/15/2022 06:14:16 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/functions.php
r12160 r12338 215 215 'active_installs_less_than_10' => __( 'Less than 10', 'wporg-themes' ), 216 216 'active_installs_1_million' => __( '1+ million', 'wporg-themes' ), 217 ), 218 'rest' => array( 219 'restUrl' => get_rest_url(), 220 'restNonce' => wp_create_nonce( 'wp_rest' ), 221 'themeSlug' => get_post()->post_name ?? '', 217 222 ), 218 223 ) );
Note: See TracChangeset
for help on using the changeset viewer.