Changeset 1467541
- Timestamp:
- 08/04/2016 09:34:38 AM (10 years ago)
- Location:
- no-future-posts/trunk
- Files:
-
- 2 edited
-
options.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
no-future-posts/trunk/options.php
r991649 r1467541 58 58 59 59 <div class="postbox"> 60 <h 3 style="border-bottom: 1px solid #eee;"><?php _e('Settings') ?></h3>60 <h2 style="border-bottom: 1px solid #eee;"><?php _e('Settings') ?></h2> 61 61 <div class="inside"> 62 62 <p><?php _e('Normaly all posts will change from "future" to "publish".<br />Tell me which posts and categories do you want to keep in future.', 'nfp') ?></p> … … 88 88 <!-- Uninstall --> 89 89 <div class="postbox"> 90 <h 3 style="border-bottom: 1px solid #eee;"><?php _e('Uninstall', 'nfp') ?></h3>90 <h2 style="border-bottom: 1px solid #eee;"><?php _e('Uninstall', 'nfp') ?></h2> 91 91 <div class="inside"> 92 92 <form method="post" action="<?php echo $_SERVER['REQUEST_URI']; ?>"> -
no-future-posts/trunk/readme.txt
r991649 r1467541 3 3 Tags: posts, future, events 4 4 Requires at least: 3.0 5 Tested up to: 4. 15 Tested up to: 4.7 6 6 Stable tag: 1.4 7 7 License: Postcardware :)
Note: See TracChangeset
for help on using the changeset viewer.