Changeset 511377
- Timestamp:
- 02/27/2012 08:53:20 PM (14 years ago)
- Location:
- joemobi
- Files:
-
- 20 edited
-
tags/2.10/joemobi-api.php (modified) (3 diffs)
-
tags/2.10/screenshot-1.png (modified) (previous)
-
tags/2.10/screenshot-2.png (modified) (previous)
-
tags/2.10/screenshot-3.png (modified) (previous)
-
tags/2.10/screenshot-4.png (modified) (previous)
-
tags/2.10/screenshot-5.png (modified) (previous)
-
tags/2.10/screenshot-6.png (modified) (previous)
-
tags/2.10/screenshot-7.png (modified) (previous)
-
tags/2.10/screenshot-8.png (modified) (previous)
-
tags/2.10/screenshot-9.png (modified) (previous)
-
trunk/joemobi-api.php (modified) (3 diffs)
-
trunk/screenshot-1.png (modified) (previous)
-
trunk/screenshot-2.png (modified) (previous)
-
trunk/screenshot-3.png (modified) (previous)
-
trunk/screenshot-4.png (modified) (previous)
-
trunk/screenshot-5.png (modified) (previous)
-
trunk/screenshot-6.png (modified) (previous)
-
trunk/screenshot-7.png (modified) (previous)
-
trunk/screenshot-8.png (modified) (previous)
-
trunk/screenshot-9.png (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
-
joemobi/tags/2.10/joemobi-api.php
r499827 r511377 4 4 Plugin URI: http://wordpress.org/extend/plugins/joemobi/ 5 5 Description: 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. 096 Version: 2.10 7 7 Author: The Joemobi Dev Team 8 8 Author URI: http://www.joemobi.com/ … … 111 111 function joemobi_post_notification( $post ) { 112 112 $p = get_post($post); 113 113 114 114 // Don't notify on edits. 115 115 // We're assuming here an "edit" is when the modification date is > the published date. … … 123 123 @file_get_contents('http://api.joemobi.com/notify/?id=' . $post . '&url=' . urlencode(get_bloginfo('url')), false, $context); 124 124 } 125 125 126 126 } 127 127 -
joemobi/trunk/joemobi-api.php
r499827 r511377 4 4 Plugin URI: http://wordpress.org/extend/plugins/joemobi/ 5 5 Description: 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. 096 Version: 2.10 7 7 Author: The Joemobi Dev Team 8 8 Author URI: http://www.joemobi.com/ … … 111 111 function joemobi_post_notification( $post ) { 112 112 $p = get_post($post); 113 113 114 114 // Don't notify on edits. 115 115 // We're assuming here an "edit" is when the modification date is > the published date. … … 123 123 @file_get_contents('http://api.joemobi.com/notify/?id=' . $post . '&url=' . urlencode(get_bloginfo('url')), false, $context); 124 124 } 125 125 126 126 } 127 127
Note: See TracChangeset
for help on using the changeset viewer.