Changeset 943155
- Timestamp:
- 07/04/2014 12:49:39 AM (12 years ago)
- File:
-
- 1 edited
-
rb-gallery/trunk/wprb-gallery.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
rb-gallery/trunk/wprb-gallery.php
r943151 r943155 4 4 * Plugin URI: http://www.websiteop.com 5 5 * Description: Provides an album driven gallery. 6 * Version: 1. 06 * Version: 1.1 7 7 * Author: WebsiteOp 8 8 * Author URI: http://www.websiteop.com … … 20 20 */ 21 21 22 //add_menu_page("Official RB Gallery Plugin", "RB Gallery", "manage_options", "wprb-gallery", "" ,6);23 22 add_options_page( 24 23 'Official_RB_Gallery_Plugin', … … 163 162 add_shortcode( 'wprb_gallery', 'wprb_gallery_shortcode' ); 164 163 165 /* Added images folder wp-content: rb-gallery ; db tables: wp_rbgallery_pics, wp_rbgallery_albums */166 167 164 /* INSTALL SCRIPT */ 168 165 function plugin_install_script_for_wprb_gallery() 169 166 { 170 167 global $wpdb; 171 // use mkdir - php - is_dir172 168 173 169 $sql = "CREATE TABLE wp_rbgallery_albums (
Note: See TracChangeset
for help on using the changeset viewer.