Plugin Directory

Changeset 1918906


Ignore:
Timestamp:
08/02/2018 04:31:12 PM (7 years ago)
Author:
mindnl
Message:

bugfix to enable ad enable/disable

Location:
ad-buttons/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • ad-buttons/trunk/adbuttons.php

    r1917087 r1918906  
    22/*
    33Plugin Name: Ad Buttons
    4 Plugin URI: http://blogio.net/blog/wp-ad-plugin/
     4Plugin URI: http://http://adbuttons.net/
    55Description: Plugin to add ad buttons to your blog
    66Author: Nico
    7 Version: 3.0
     7Version: 3.1
    88Author URI: http://www.blogio.net/blog/
    9 Questions, suggestions, problems? Let me know at [email protected]
     9Questions, suggestions, problems? Let me know at https://wordpress.org/support/plugin/ad-buttons
    1010*/
    1111if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
  • ad-buttons/trunk/adbuttonsact.php

    r1917087 r1918906  
    235235            <td class="vers">'.esc_html($result->ad_clicks).'</td>
    236236            <td class="vers">'.esc_html($ad_ctr).'%</td>
    237             <td class="togl action-links"><a href="'.esc_url(add_query_arg('_abnonce', wp_create_nonce('deactivate'), '?page=adbuttons/adbuttons.php&action=deactivate&adbut='.$result->id )).'" title="Deactivate this Ad Button" class="delete">Deactivate</a><br/>
    238             <a href="'.esc_url(add_query_arg('_abnonce', wp_create_nonce('edit'), '?page=adbuttons/adbuttons.php&action=edit&adbut='.$result->id )).'" title="Edit this Ad Button" class="delete">Edit</a></td>
     237            <td class="togl action-links"><a href="'.esc_url(add_query_arg('_abnonce', wp_create_nonce('deactivate'), '?page=ad-buttons/adbuttons.php&action=deactivate&adbut='.$result->id )).'" title="Deactivate this Ad Button" class="delete">Deactivate</a><br/>
     238            <a href="'.esc_url(add_query_arg('_abnonce', wp_create_nonce('edit'), '?page=ad-buttons/adbuttons.php&action=edit&adbut='.$result->id )).'" title="Edit this Ad Button" class="delete">Edit</a></td>
    239239        </tr>
    240240    ';
     
    275275            <td class="vers">'.esc_html($result->ad_clicks).'</td>
    276276            <td class="vers">'.esc_html($ad_ctr).'%</td>
    277             <td class="togl action-links"><a href="'.esc_url(add_query_arg('_abnonce', wp_create_nonce('activate'), '?page=adbuttons/adbuttons.php&action=activate&adbut='.$result->id )).'" title="Activate this Ad Button" class="delete">Activate</a><br/>
    278             <a href="'.esc_url(add_query_arg('_abnonce', wp_create_nonce('edit'), '?page=adbuttons/adbuttons.php&action=edit&adbut='.$result->id )).'" title="Edit this Ad Button" class="delete">Edit</a><br/><br>
    279             <a href="'.esc_url(add_query_arg('_abnonce', wp_create_nonce('delete'), '?page=adbuttons/adbuttons.php&action=delete&adbut='.$result->id )).'" title="Delete this Ad Button" class="delete">Delete</a></td>
     277            <td class="togl action-links"><a href="'.esc_url(add_query_arg('_abnonce', wp_create_nonce('activate'), '?page=ad-buttons/adbuttons.php&action=activate&adbut='.$result->id )).'" title="Activate this Ad Button" class="delete">Activate</a><br/>
     278            <a href="'.esc_url(add_query_arg('_abnonce', wp_create_nonce('edit'), '?page=ad-buttons/adbuttons.php&action=edit&adbut='.$result->id )).'" title="Edit this Ad Button" class="delete">Edit</a><br/><br>
     279            <a href="'.esc_url(add_query_arg('_abnonce', wp_create_nonce('delete'), '?page=ad-buttons/adbuttons.php&action=delete&adbut='.$result->id )).'" title="Delete this Ad Button" class="delete">Delete</a></td>
    280280        </tr>
    281281    ';
  • ad-buttons/trunk/readme.txt

    r1901352 r1918906  
    55Requires at least: 2.8.0
    66Tested up to: 4.9
    7 Stable tag: 3.0
     7Stable tag: 3.1
    88
    99The Ad Buttons plugin displays a number of graphical ads in a sidebar widget.
     
    3434
    3535== Changelog ==
     36
     37= 3.1 =
     38* 02-08-2018
     39* bugfix to enable/disable individual ads
    3640
    3741= 3.0 =
Note: See TracChangeset for help on using the changeset viewer.