Changeset 20520 for trunk/wp-admin/includes/class-wp-upgrader.php
- Timestamp:
- 04/18/2012 08:57:06 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-upgrader.php
r20477 r20520 1517 1517 $install_actions = array(); 1518 1518 $install_actions['preview'] = '<a href="' . esc_url( $preview_link ) . '" class="hide-if-customize" title="' . esc_attr(sprintf(__('Preview “%s”'), $name ) ) . '">' . __('Preview') . '</a>'; 1519 $install_actions['preview'] .= '<a href="' . wp_customize_url( $stylesheet , $template) . '" class="hide-if-no-customize load-customize>' . __('Customize') . '</a>';1519 $install_actions['preview'] .= '<a href="' . wp_customize_url( $stylesheet ) . '" class="hide-if-no-customize load-customize>' . __('Customize') . '</a>'; 1520 1520 $install_actions['activate'] = '<a href="' . esc_url( $activate_link ) . '" class="activatelink" title="' . esc_attr( sprintf( __('Activate “%s”'), $name ) ) . '">' . __('Activate') . '</a>'; 1521 1521 … … 1580 1580 1581 1581 $update_actions['preview'] = '<a href="' . esc_url( $preview_link ) . '" class="hide-if-customize" title="' . esc_attr(sprintf(__('Preview “%s”'), $name ) ) . '">' . __('Preview') . '</a>'; 1582 $update_actions['preview'] .= '<a href="' . wp_customize_url( $stylesheet , $template) . '" class="hide-if-no-customize load-customize">' . __('Customize') . '</a>';1582 $update_actions['preview'] .= '<a href="' . wp_customize_url( $stylesheet ) . '" class="hide-if-no-customize load-customize">' . __('Customize') . '</a>'; 1583 1583 $update_actions['activate'] = '<a href="' . esc_url( $activate_link ) . '" class="activatelink" title="' . esc_attr( sprintf( __('Activate “%s”'), $name ) ) . '">' . __('Activate') . '</a>'; 1584 1584
Note: See TracChangeset
for help on using the changeset viewer.