Plugin Directory

Changeset 853753


Ignore:
Timestamp:
02/08/2014 03:22:19 PM (12 years ago)
Author:
iDo8p
Message:

update to wordpress 3.8.1

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • hide-favorite-button/trunk/readme.txt

    r747726 r853753  
    11=== Hide Favorite Button ===
    2 Contributors: iDo
     2Contributors: Benjamin Santalucia
    33Tags: admin, header
    44donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=4RR68K6J9GBR8
    55Requires at least: 2.9
    6 Tested up to: 3.5.2
     6Tested up to: 3.8.1
    77Stable tag: trunk
    88
  • wpmu-automatic-links/trunk/readme.txt

    r747733 r853753  
    44donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=4RR68K6J9GBR8
    55Requires at least: 3.0
    6 Tested up to: 3.5.2
     6Tested up to: 3.8.1
    77Stable tag: trunk
    88
  • wpmu-automatic-links/trunk/wpmu-automatic-links.php

    r747729 r853753  
    243243        }
    244244        function updateLinkCount($id){
     245            if ( is_admin() ) {
     246                return true;
     247            }
    245248            global $wpdb;
    246249            $table_name= $wpdb->prefix.self::DOMAIN;
  • wpmu-prefill-post/trunk/readme.txt

    r747733 r853753  
    44donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=4RR68K6J9GBR8
    55Requires at least: 3.0
    6 Tested up to: 3.5.2
     6Tested up to: 3.8.1
    77Stable tag: trunk
    88
Note: See TracChangeset for help on using the changeset viewer.