Plugin Directory

Changeset 943155


Ignore:
Timestamp:
07/04/2014 12:49:39 AM (12 years ago)
Author:
DrKnown
Message:

updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • rb-gallery/trunk/wprb-gallery.php

    r943151 r943155  
    44 *  Plugin URI: http://www.websiteop.com
    55 *  Description: Provides an album driven gallery.
    6  *  Version: 1.0
     6 *  Version: 1.1
    77 *  Author: WebsiteOp
    88 *  Author URI: http://www.websiteop.com
     
    2020    */
    2121
    22 //add_menu_page("Official RB Gallery Plugin", "RB Gallery", "manage_options", "wprb-gallery", "" ,6);
    2322    add_options_page(
    2423        'Official_RB_Gallery_Plugin',
     
    163162    add_shortcode( 'wprb_gallery', 'wprb_gallery_shortcode' );
    164163
    165 /* Added images folder wp-content: rb-gallery ; db tables: wp_rbgallery_pics, wp_rbgallery_albums */
    166 
    167164/* INSTALL SCRIPT */
    168165function plugin_install_script_for_wprb_gallery()
    169166{
    170167    global $wpdb;
    171     // use mkdir - php - is_dir
    172168
    173169        $sql = "CREATE TABLE wp_rbgallery_albums (
Note: See TracChangeset for help on using the changeset viewer.