- Timestamp:
- 11/09/2020 10:51:52 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-plugin-installer-skin.php
r48677 r49539 108 108 '<a class="button button-primary" href="%s" target="_parent">%s</a>', 109 109 wp_nonce_url( 'plugins.php?action=activate&from=press-this&plugin=' . urlencode( $plugin_file ), 'activate-plugin_' . $plugin_file ), 110 __( 'Activate Plugin & Returnto Press This' )110 __( 'Activate Plugin & Go to Press This' ) 111 111 ); 112 112 } else { … … 131 131 '<a href="%s" target="_parent">%s</a>', 132 132 admin_url( 'import.php' ), 133 __( ' Returnto Importers' )133 __( 'Go to Importers' ) 134 134 ); 135 135 } elseif ( 'web' === $this->type ) { … … 137 137 '<a href="%s" target="_parent">%s</a>', 138 138 self_admin_url( 'plugin-install.php' ), 139 __( ' Returnto Plugin Installer' )139 __( 'Go to Plugin Installer' ) 140 140 ); 141 141 } elseif ( 'upload' === $this->type && 'plugins' === $from ) { … … 143 143 '<a href="%s">%s</a>', 144 144 self_admin_url( 'plugin-install.php' ), 145 __( ' Returnto Plugin Installer' )145 __( 'Go to Plugin Installer' ) 146 146 ); 147 147 } else { … … 149 149 '<a href="%s" target="_parent">%s</a>', 150 150 self_admin_url( 'plugins.php' ), 151 __( ' Returnto Plugins page' )151 __( 'Go to Plugins page' ) 152 152 ); 153 153 }
Note: See TracChangeset
for help on using the changeset viewer.