Changeset 27268 for trunk/src/wp-admin/themes.php
- Timestamp:
- 02/25/2014 07:21:58 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/themes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/themes.php
r27119 r27268 100 100 'installURI' => ( ! is_multisite() && current_user_can( 'install_themes' ) ) ? admin_url( 'theme-install.php' ) : null, 101 101 'confirmDelete' => __( "Are you sure you want to delete this theme?\n\nClick 'Cancel' to go back, 'OK' to confirm the delete." ), 102 'root' => parse_url( admin_url( 'themes.php' ), PHP_URL_PATH ), 103 'theme' => esc_html( $theme ), 104 'search' => esc_html( $search ), 105 102 'adminUrl' => parse_url( admin_url(), PHP_URL_PATH ), 106 103 ), 107 104 'l10n' => array(
Note: See TracChangeset
for help on using the changeset viewer.