You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Admin/SettingsPage.php
+21-14Lines changed: 21 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -164,7 +164,7 @@ public function output_settings_instructions() {
164
164
<p><?phpprintf(
165
165
/* translators: Placeholder: %s refers to the PHP Console library, pointing to its GitHub repository */
166
166
_x( 'This plugin allows you to use %s within your WordPress installation for testing, debugging and development purposes.', 'PHP Console, the PHP Library', 'wp-php-console' ),
esc_html__( 'Set a password for the eval terminal in the options below and hit "Save Changes".', 'wp-php-console' ),
181
188
esc_html__( 'Reload any page of your installation and click on the key icon in your Chrome browser address bar, enter your password and access the terminal.', 'wp-php-console' ),
@@ -329,17 +336,17 @@ private function output_ip_field_instructions() {
329
336
<p class="description"><?phpesc_html_e( 'You may specify any of the following, to give access to specific IPs to the eval terminal:', 'wp-php-console' ); ?></p>
330
337
<ol>
331
338
<li><span class="description"><?phpprintf(
332
-
/* translators: Placeholders: %1$s - a single IP address, %2$s link to Varying Vagrant Vagrants project repository */
333
-
__( 'An IP address (for example %1$s, %2$s default IP address).', 'wp-php-console' ),
0 commit comments