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
<?phpesc_html_e( 'Pull a specific number of pages for the tasks section. Default is 0 (pull all). We suggest setting it to 0 to retrieve ALL tasks the first time, and then set it to 1 or 2 to retrieve/update only the latest 1/2 pages.', 'wpcable' ); ?>
<?phpesc_html_e( 'Log into your Codeable account.', 'wpcable' ); ?><br />
249
-
<?phpesc_html_e( 'During login this plugin obtains a user-specific auth-token which is used to fetch data from the API later. Your password is not saved anywhere!', 'wpcable' ); ?>
250
-
</p>
251
-
252
-
<table class="form-table">
253
-
<tbody>
254
-
<?phpif ( codeable_api_logged_in() ) : ?>
255
-
<tr>
256
-
<th scope="row">
257
-
<label class="wpcable_label" for="wpcable_email">
258
-
<?phpesc_html_e( 'Account', 'wpcable' ); ?>
259
-
</label>
260
-
</th>
261
-
<td>
262
-
<p>
263
-
<?php
264
-
printf(
265
-
__( 'You are currently logged in as %s', 'wpcable' ),
<p class="description"><?phpesc_html_e( 'Your Codeable password is not stored anywhere!<br />With your password we generate an auth_token, that is saved encrypted in your DB.', 'wpcable' ); ?></p>
<?phpesc_html_e( 'Pull a specific number of pages for the tasks section. Default is 0 (pull all). We suggest setting it to 0 to retrieve ALL tasks the first time, and then set it to 1 or 2 to retrieve/update only the latest 1/2 pages.', 'wpcable' ); ?>
<?phpesc_html_e( 'Log into your Codeable account.', 'wpcable' ); ?><br />
113
+
<?phpesc_html_e( 'During login this plugin obtains a user-specific auth-token which is used to fetch data from the API later. Your password is not saved anywhere!', 'wpcable' ); ?>
114
+
</p>
115
+
116
+
<table class="form-table">
117
+
<tbody>
118
+
<?phpif ( codeable_api_logged_in() ) : ?>
119
+
<tr>
120
+
<th scope="row">
121
+
<label class="wpcable_label" for="wpcable_email">
122
+
<?phpesc_html_e( 'Account', 'wpcable' ); ?>
123
+
</label>
124
+
</th>
125
+
<td>
126
+
<p>
127
+
<?php
128
+
printf(
129
+
__( 'You are currently logged in as %s', 'wpcable' ),
<p class="description"><?phpesc_html_e( 'Your Codeable password is not stored anywhere!<br />With your password we generate an auth_token, that is saved encrypted in your DB.', 'wpcable' ); ?></p>
0 commit comments