Plugin Directory

Changeset 549085


Ignore:
Timestamp:
05/25/2012 07:23:41 PM (14 years ago)
Author:
allis741
Message:

New update 2.8

Location:
joke-of-the-day/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • joke-of-the-day/trunk/joke_of_the_day.php

    r520807 r549085  
    44Plugin URI: http://www.onlinerel.com/wordpress-plugins/
    55Description: Plugin "Joke of the Day" displays categorized jokes on your blog. There are over 40,000 jokes in 40 categories. Jokes are saved on our database.
    6 Version: 2.7
     6Version: 2.8
    77Author: A.Kilius
    88Author URI: http://www.onlinerel.com/wordpress-plugins/
    99*/
    1010
    11 define(joke_day_URL_RSS_DEFAULT, 'http://www.weekendjoy.com/weekend/jokes/');
     11define(joke_day_URL_RSS_DEFAULT, 'http://www.jokequiz.com/category/jokes/feed/');
    1212define(joke_day_TITLE, 'Joke of the Day');
    1313define(joke_day_MAX_SHOWN_ITEMS, 3);
     14
     15 add_action('admin_menu', 'joke_day_menu');
     16function joke_day_menu() {
     17add_menu_page('Joke of the Day', 'Joke of the Day', 8, __FILE__, 'joke_day_options');
     18}
    1419
    1520function joke_day_widget_ShowRss($args)
     
    7681}
    7782
    78 add_action('admin_menu', 'joke_day_menu');
    79 function joke_day_menu() {
    80     add_options_page('Joke of the Day', 'Joke of the Day', 8, __FILE__, 'joke_day_options');
    81 }
    82 
    8383add_filter("plugin_action_links", 'joke_day_ActionLink', 10, 2);
    8484function joke_day_ActionLink( $links, $file ) {
     
    9393
    9494function joke_day_options() {   
    95     ?>
    96     <div class="wrap">
     95    ?>  <div class="wrap">
    9796        <h2>Joke of the Day</h2>
    9897<p><b>Plugin "Joke of the Day" displays categorized jokes on your blog. There are over 40,000 jokes in 40 categories. Jokes are saved on our database, so you don't need to have space for all that information. </b> </p>
    99 <p> <h3>Add the widget "Joke of the Day"  to your sidebar from <a href="<? echo "./widgets.php";?>"> Appearance->Widgets</a>  and configure the widget options.</h3></p>
     98<p> <h3>Add the widget "Joke of the Day"  to your sidebar from <a href="<? echo "./widgets.php";?>"> Appearance->Widgets</a>  and configure the widget options.</h3>
     99<h3>More <a href="http://www.onlinerel.com/wordpress-plugins/" target="_blank"> WordPress Plugins</a></h3>
     100</p>
    100101    </div>
    101102    <?php
  • joke-of-the-day/trunk/readme.txt

    r520834 r549085  
    44Tags: widget, joke, jokes, funny video, funny, funny foto, funny jokes, post, posts, link, links, promote, SEO, category, sidebar, feed, rss
    55Requires at least: 2.5
    6 Tested up to: 3.3.1
     6Tested up to: 3.3.2
    77Stable tag: trunk
    88
     
    2424 
    2525== Changelog ==
     26
     27= 2.8 =
     28* Tested up to 3.3.2 WP     
     29* Updated script
    2630
    2731= 2.7 =
Note: See TracChangeset for help on using the changeset viewer.