Changeset 799892
- Timestamp:
- 11/06/2013 04:18:36 PM (12 years ago)
- Location:
- wp-backgrounds-lite/trunk
- Files:
-
- 3 edited
-
inoplugs_background_plugin.php (modified) (1 diff)
-
inoplugs_classes/inoplugs_background_display.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-backgrounds-lite/trunk/inoplugs_background_plugin.php
r690197 r799892 5 5 * Description: Set clickable fullsize background images for Posts/Pages | Get the Premium version here: <a href="http://inoplugs.com/wpbackgroundsII">WP-Backgrounds II</a> 6 6 * Author: InoPlugs 7 * Version: 2.2. 57 * Version: 2.2.6 8 8 * Author URI: http://inoplugs.com 9 9 */ -
wp-backgrounds-lite/trunk/inoplugs_classes/inoplugs_background_display.php
r659145 r799892 5 5 * 6 6 * @author InoPlugs | Peter Schoenmann 7 * @version 1. 0.0.07 * @version 1.1.0.0 8 8 * 9 9 */ … … 144 144 global $wp_query, $post; 145 145 146 $get_external_bg_image = get_post_meta($wp_query->post->ID, 'upload_image', true); 147 $get_image_link = get_post_meta($wp_query->post->ID, 'image_url', true); 146 if(!empty($wp_query->post->ID)) 147 { 148 $get_external_bg_image = get_post_meta($wp_query->post->ID, 'upload_image', true); 149 $get_image_link = get_post_meta($wp_query->post->ID, 'image_url', true); 150 } 148 151 149 152 if (empty($get_external_bg_image)) { -
wp-backgrounds-lite/trunk/readme.txt
r795800 r799892 5 5 Requires at least: 3.0 6 6 Tested up to: 3.7.1 7 Stable tag: 2.2. 57 Stable tag: 2.2.6 8 8 9 9 Set clickable fullscreen background images for single posts and pages. Compatible with all major browsers and very easy to install. … … 122 122 123 123 124 = 2.2.6 = 125 * Fixed php warning on search page 126 127 124 128 == Upgrade Notice == 125 129
Note: See TracChangeset
for help on using the changeset viewer.