Changeset 1216271
- Timestamp:
- 08/09/2015 11:24:07 AM (11 years ago)
- Location:
- bp-cover/trunk
- Files:
-
- 4 edited
-
bp-cover.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
-
templates/default/theme.php (modified) (1 diff)
-
templates/mani/theme.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
bp-cover/trunk/bp-cover.php
r1216266 r1216271 4 4 Plugin URI: http://webcaffe.ir 5 5 Description: Adds cover image in profile page and groups buddypress. 6 Version: 2.1.3. 16 Version: 2.1.3.2 7 7 Author: asghar hatampoor 8 8 Author URI: http://webcaffe.ir … … 13 13 14 14 if ( !defined( 'BPCO_PLUGIN_VERSION' ) ) 15 define( 'BPCO_PLUGIN_VERSION', '2.1.3. 1' );15 define( 'BPCO_PLUGIN_VERSION', '2.1.3.2' ); 16 16 17 17 if ( !defined( 'BPCO_PLUGIN_DIRNAME' ) ) -
bp-cover/trunk/readme.txt
r1216266 r1216271 5 5 Requires at least: 4.2 6 6 Tested up to: 4.2 7 Stable tag: 2.1.3. 17 Stable tag: 2.1.3.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
bp-cover/trunk/templates/default/theme.php
r1216266 r1216271 34 34 top:'.$pos.'px; 35 35 background-image: url("'.$image.'")!important; 36 height:800px!important; 36 37 min-height:'.$height.'px!important; 37 38 -
bp-cover/trunk/templates/mani/theme.php
r1216266 r1216271 35 35 top:'.$pos.'px; 36 36 background-image: url("'.$image.'")!important; 37 min-height:800px!important; 37 38 min-height:'.$height.'px!important; 38 39 }
Note: See TracChangeset
for help on using the changeset viewer.