Plugin Directory

Changeset 1467541


Ignore:
Timestamp:
08/04/2016 09:34:38 AM (10 years ago)
Author:
Tom Braider
Message:

WordPress 4.7 compatibility

Location:
no-future-posts/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • no-future-posts/trunk/options.php

    r991649 r1467541  
    5858
    5959    <div class="postbox">
    60         <h3 style="border-bottom: 1px solid #eee;"><?php _e('Settings') ?></h3>
     60        <h2 style="border-bottom: 1px solid #eee;"><?php _e('Settings') ?></h2>
    6161        <div class="inside">
    6262            <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>
     
    8888    <!-- Uninstall -->
    8989    <div class="postbox">
    90         <h3 style="border-bottom: 1px solid #eee;"><?php _e('Uninstall', 'nfp') ?></h3>
     90        <h2 style="border-bottom: 1px solid #eee;"><?php _e('Uninstall', 'nfp') ?></h2>
    9191            <div class="inside">
    9292            <form method="post" action="<?php echo $_SERVER['REQUEST_URI']; ?>">
  • no-future-posts/trunk/readme.txt

    r991649 r1467541  
    33Tags: posts, future, events
    44Requires at least: 3.0
    5 Tested up to: 4.1
     5Tested up to: 4.7
    66Stable tag: 1.4
    77License: Postcardware :)
Note: See TracChangeset for help on using the changeset viewer.