Plugin Directory

Changeset 497349


Ignore:
Timestamp:
01/30/2012 02:32:56 PM (14 years ago)
Author:
SpeakFeel
Message:

Removed some debugging code taht was accidentally left in

File:
1 edited

Legend:

Unmodified
Added
Removed
  • joemobi/trunk/joemobi-api.php

    r496721 r497349  
    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.06
     6Version: 2.07
    77Author: The Joemobi Dev Team
    88Author URI: http://www.joemobi.com/
     
    147147/* DEBUGGING */
    148148
     149/*
    149150add_action( 'init', 'debug_create_post_type' );
    150151function debug_create_post_type() {
     
    161162    );
    162163}
     164*/
    163165
    164166
Note: See TracChangeset for help on using the changeset viewer.