Changeset 2482666
- Timestamp:
- 02/27/2021 01:15:34 PM (5 years ago)
- Location:
- ondoku/trunk
- Files:
-
- 3 edited
-
classes/setting.php (modified) (1 diff)
-
ondokusan.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ondoku/trunk/classes/setting.php
r2482643 r2482666 45 45 <th scope="row"><?php esc_html_e('Access token','ondoku3'); ?></th> 46 46 <td> 47 <input type="text" class="large-text" name="ondokusan_token" value="<?php e sc_attr( get_option( 'ondokusan_token' ) ); ?>" />47 <input type="text" class="large-text" name="ondokusan_token" value="<?php echo esc_attr( get_option( 'ondokusan_token' ) ); ?>" /> 48 48 <p class="description"><?php esc_html_e('Please enter the access token for the Ondoku API request.','ondoku3'); ?></p> 49 49 </td> -
ondoku/trunk/ondokusan.php
r2482643 r2482666 4 4 Description: Create an audio file that automatically reads the text aloud when posting a blog, and insert it with an HTML tag at the beginning of the blog. 5 5 Author: Ondoku 6 Version: 1.0. 06 Version: 1.0.1 7 7 Text Domain: ondoku3 8 8 Domain Path: /languages/ -
ondoku/trunk/readme.txt
r2482643 r2482666 5 5 Requires at least: 5.1 6 6 Requires PHP: 7.0 7 Stable tag: 1.0. 07 Stable tag: 1.0.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.