Plugin Directory

Changeset 2349218

Timestamp:
07/30/2020 04:20:28 PM (4 years ago)
Author:
mordauk
Message:

Version 1.8.1

Location:
transients-manager/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • transients-manager/trunk/readme.txt

    r2197583 r2349218  
    66Tags: transients
    77Requires at least: 3.6
    8 Tested up to: 5.3
    9 Stable Tag: 1.8
     8Tested up to: 5.
     9Stable Tag: 1.8
    1010
    1111Provides a UI to manage your site's transients. You can view, search, edit, and delete transients at will.
     
    4444
    4545== Changelog ==
     46
     47
     48
     49
     50
    4651
    4752= 1.8 - November 20, 2019
  • transients-manager/trunk/transients-manager.php

    r2197583 r2349218  
    44 * Plugin URI: http://pippinsplugins.com/transients-manager
    55 * Description: Provides a UI to manage your site's transients. You can view, search, edit, and delete transients at will.
    6  * Version: 1.8
     6 * Version: 1.8
    77 * Author: Pippin Williamson
    88 * Author URI: http://pippinsplugins.com
     
    100100
    101101                <form method="post">
    102                     <table class="form-table">
     102                    <table class="form-table">
    103103                        <tbody>
    104104                            <tr>
     
    118118                    <input type="hidden" name="action" value="update_transient"/>
    119119                    <?php wp_nonce_field( 'transient_manager' ); ?>
    120                     <?php submit_button(); ?>
     120                    <p class="submit">
     121                        <?php submit_button('','primary', '', false ); ?>
     122                        <?php submit_button( __( 'Cancel', 'pw-transients-manager' ), 'delete', '', false, array( 'onclick' => 'history.back();', ) ); ?>
     123                    </p>
    121124                </form>
    122                 <button class="button-secondary" onclick="history.back();"><?php _e( 'Cancel', 'transients-manager' ); ?></button>
    123125
    124126            <?php else : ?>
     
    172174                        <br class="clear">
    173175                    </div>
    174                     <table class="wp-list-table widefat fixed posts">
     176                    <table class="wp-list-table widefat fixed posts">
    175177                        <thead>
    176178                            <tr>
Note: See TracChangeset for help on using the changeset viewer.