Changeset 57714 for trunk/src/wp-admin/includes/theme-install.php
- Timestamp:
- 02/26/2024 08:33:46 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/theme-install.php
r56548 r57714 205 205 </label> 206 206 <input type="file" id="themezip" name="themezip" accept=".zip" /> 207 <?php submit_button( _ _( 'Install Now' ), '', 'install-theme-submit', false ); ?>207 <?php submit_button( _x( 'Install Now', 'theme' ), '', 'install-theme-submit', false ); ?> 208 208 </form> 209 209 <?php
Note: See TracChangeset
for help on using the changeset viewer.