Changeset 26288 for trunk/src/wp-admin/themes.php
- Timestamp:
- 11/20/2013 02:08:17 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/themes.php
r26282 r26288 92 92 'themes' => $themes, 93 93 'settings' => array( 94 'install_uri' => admin_url( 'theme-install.php' ), 94 'canInstall' => ( ! is_multisite() && current_user_can( 'install_themes' ) ), 95 'installURI' => admin_url( 'theme-install.php' ), 95 96 'customizeURI' => ( current_user_can( 'edit_theme_options' ) ) ? wp_customize_url() : null, 96 97 'confirmDelete' => __( "Are you sure you want to delete this theme?\n\nClick 'Cancel' to go back, 'OK' to confirm the delete." ), … … 100 101 ), 101 102 'i18n' => array( 102 'add _new'=> __( 'Add New Theme' ),103 'addNew' => __( 'Add New Theme' ), 103 104 ), 104 105 ) );
Note: See TracChangeset
for help on using the changeset viewer.