Plugin Directory

Changeset 511377


Ignore:
Timestamp:
02/27/2012 08:53:20 PM (14 years ago)
Author:
SpeakFeel
Message:

smaller images

Location:
joemobi
Files:
20 edited

Legend:

Unmodified
Added
Removed
  • joemobi/tags/2.10/joemobi-api.php

    r499827 r511377  
    44Plugin URI: http://wordpress.org/extend/plugins/joemobi/
    55Description: The Joemobi plugin allows you to make your blog go mobile. Once this plugin is installed all you have to do is create an app at http://www.joemobi.com and publish it. Then sit back and reap the benefits of having your blog on the mobile scene!
    6 Version: 2.09
     6Version: 2.10
    77Author: The Joemobi Dev Team
    88Author URI: http://www.joemobi.com/
     
    111111function joemobi_post_notification( $post ) {
    112112    $p = get_post($post);
    113    
     113
    114114    // Don't notify on edits.
    115115    // We're assuming here an "edit" is when the modification date is > the published date.
     
    123123        @file_get_contents('http://api.joemobi.com/notify/?id=' . $post . '&url=' . urlencode(get_bloginfo('url')), false, $context);
    124124    }
    125    
     125
    126126}
    127127
  • joemobi/trunk/joemobi-api.php

    r499827 r511377  
    44Plugin URI: http://wordpress.org/extend/plugins/joemobi/
    55Description: The Joemobi plugin allows you to make your blog go mobile. Once this plugin is installed all you have to do is create an app at http://www.joemobi.com and publish it. Then sit back and reap the benefits of having your blog on the mobile scene!
    6 Version: 2.09
     6Version: 2.10
    77Author: The Joemobi Dev Team
    88Author URI: http://www.joemobi.com/
     
    111111function joemobi_post_notification( $post ) {
    112112    $p = get_post($post);
    113    
     113
    114114    // Don't notify on edits.
    115115    // We're assuming here an "edit" is when the modification date is > the published date.
     
    123123        @file_get_contents('http://api.joemobi.com/notify/?id=' . $post . '&url=' . urlencode(get_bloginfo('url')), false, $context);
    124124    }
    125    
     125
    126126}
    127127
Note: See TracChangeset for help on using the changeset viewer.