Plugin Directory

Changeset 1086304

Timestamp:
02/10/2015 11:38:21 AM (9 years ago)
Author:
fahmiadib
Message:

Tested up to 4.1

Location:
wp-scheduled-links/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-scheduled-links/trunk/readme.txt

    r947722 r1086304  
    11=== WP Scheduled Links ===
    2 Author URI: http://fahmiadib.wordpress.com
    3 Plugin URI: http://fahmiadib.wordpress.com/wp-scheduled-links/
     2Author URI: http://fahmiadib.com
     3Plugin URI: http://fahmiadib./wp-scheduled-links/
    44Contributors: fahmiadib
    55Tags: links
    66Requires at least: 3.3
    7 Tested up to: 3.9.1
    8 Stable tag: 1.01
     7Tested up to: .1
     8Stable tag: 1.0
    99
    1010Schedule when link(s) should appear on your post/page
     
    1212== Description ==
    1313
    14 If activated, this plugin will strip all links from your post/page before the date when you set to showing up
     14If activated, this plugin will strip all links from your post/page before the date
    1515
    1616== Frequently Asked Questions ==
  • wp-scheduled-links/trunk/wp-scheduled-links.php

    r947722 r1086304  
    22/*
    33Plugin Name: WP Scheduled Links
    4 Plugin URL: http://fahmiadib.wordpress.com/wp-scheduled-links/
     4Plugin URL: http://fahmiadib./wp-scheduled-links/
    55Description: Schedule when link(s) should appear on your post/page
    6 Version: 1.01
     6Version: 1.0
    77Author: Fahmi Adib
    8 Author URI: http://fahmiadib.wordpress.com
     8Author URI: http://fahmiadib.com
    99Contributors: fahmiadib
    1010*/
     
    4444    wp_enqueue_style( 'jquery-ui-style', plugins_url('css/jquery-ui.css', __FILE__) );
    4545}
    46 
    4746add_action( 'add_meta_boxes', 'wpsl_add_meta_box' );
    4847
     
    141140    update_post_meta( $post_id, '_wpsl', $my_data );
    142141}
    143 
    144142add_action( 'save_post', 'wpsl_save_meta_box_data' );
Note: See TracChangeset for help on using the changeset viewer.