Changeset 1392398
- Timestamp:
- 04/11/2016 08:34:38 PM (10 years ago)
- Location:
- debug-log
- Files:
-
- 3 added
- 2 edited
-
tags/0.3 (added)
-
tags/0.3/debug-log.php (added)
-
tags/0.3/readme.txt (added)
-
trunk/debug-log.php (modified) (4 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
debug-log/trunk/debug-log.php
r1390592 r1392398 3 3 Plugin Name: Debug Log 4 4 Description: View and Delete the debug log from the Tools menu. Extremely light and simple. 5 Version: 0. 25 Version: 0.3 6 6 Author: Andrew J Klimek 7 7 License: GPL2 … … 75 75 ?> 76 76 <div class="wrap"> 77 <form action="<?php echo $link ?>" method="post" >77 <form action="<?php echo $link ?>" method="post" style="position:fixed;"> 78 78 <input type="hidden" name="delete-log" value="<?php echo $nonce ?>"> 79 79 <input type="submit" class="button button-primary" value="Delete Log"> … … 81 81 <?php 82 82 83 echo '<div style="padding-top:28px;">'; 84 83 85 if ( $toobig ) {// $toobig is the safty switch. Is set to false by clicking through the warning or by filtering the initial value 84 86 … … 105 107 echo "</span> {$line}</p>"; 106 108 } 107 echo '</div> ';109 echo '</div></div>'; 108 110 } 109 111 echo '</div>'; -
debug-log/trunk/readme.txt
r1391119 r1392398 5 5 Requires at least: 2.6.0 6 6 Tested up to: 4.5 7 Stable tag: 0. 27 Stable tag: 0.3 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 60 60 == Changelog == 61 61 62 = 0.3 = 63 64 * Float delete button for easier access 65 62 66 = 0.2 = 63 67
Note: See TracChangeset
for help on using the changeset viewer.