Changeset 59022 for trunk/src/wp-admin/theme-install.php
- Timestamp:
- 09/15/2024 01:47:36 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/theme-install.php
r58405 r59022 231 231 <p class="install-help"><?php _e( 'If you have marked themes as favorites on WordPress.org, you can browse them here.' ); ?></p> 232 232 233 <p >233 <p class="favorites-username"> 234 234 <label for="wporg-username-input"><?php _e( 'Your WordPress.org username:' ); ?></label> 235 235 <input type="hidden" id="wporg-username-nonce" name="_wpnonce" value="<?php echo esc_attr( wp_create_nonce( $action ) ); ?>" />
Note: See TracChangeset
for help on using the changeset viewer.