Plugin Directory

Changeset 2482666


Ignore:
Timestamp:
02/27/2021 01:15:34 PM (5 years ago)
Author:
ondoku3
Message:

Fix api key save bug.

Location:
ondoku/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • ondoku/trunk/classes/setting.php

    r2482643 r2482666  
    4545                        <th scope="row"><?php esc_html_e('Access token','ondoku3'); ?></th>
    4646                        <td>
    47                             <input type="text" class="large-text" name="ondokusan_token" value="<?php esc_attr( get_option( 'ondokusan_token' ) ); ?>" />
     47                            <input type="text" class="large-text" name="ondokusan_token" value="<?php echo esc_attr( get_option( 'ondokusan_token' ) ); ?>" />
    4848                            <p class="description"><?php esc_html_e('Please enter the access token for the Ondoku API request.','ondoku3'); ?></p>
    4949                        </td>
  • ondoku/trunk/ondokusan.php

    r2482643 r2482666  
    44Description: 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.
    55Author: Ondoku
    6 Version: 1.0.0
     6Version: 1.0.1
    77Text Domain: ondoku3
    88Domain Path: /languages/
  • ondoku/trunk/readme.txt

    r2482643 r2482666  
    55Requires at least: 5.1
    66Requires PHP: 7.0
    7 Stable tag: 1.0.0
     7Stable tag: 1.0.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.