Changeset 1077969
- Timestamp:
- 01/29/2015 06:52:23 AM (11 years ago)
- Location:
- bp-cover/trunk
- Files:
-
- 1 deleted
- 2 edited
-
bp-cover.php (modified) (3 diffs)
-
js/jquery.imagedrag.js (deleted)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bp-cover/trunk/bp-cover.php
r1077564 r1077969 4 4 Plugin URI: 5 5 Description: Adds cover image in profile page. 6 Version: 1.5. 06 Version: 1.5.1 7 7 Author: asghar hatampoor 8 8 Author URI: http://webcaffe.ir … … 25 25 } 26 26 27 function bp_cover_scripts() { 28 wp_enqueue_script( 'jquery-1-js', BPCO_PLUGIN_URL . 'js/jquery-1.10.2.js'); 27 function bp_cover_scripts() { 29 28 wp_enqueue_script( 'jquery-ui-js', BPCO_PLUGIN_URL . 'js/jquery-ui.js'); 30 29 } … … 338 337 'primary_link' => bp_core_get_userlink( $bp->loggedin_user->id ), 339 338 'component_name' => $bp->profile->id, 340 'component_action' =>"change_ background",339 'component_action' =>"change_cover", 341 340 'item_id' => $bp->loggedin_user->id, 342 341 'secondary_item_id' => false, -
bp-cover/trunk/readme.txt
r1077564 r1077969 5 5 Requires at least: 4.1 6 6 Tested up to: 4.1 7 Stable tag: 1.5. 07 Stable tag: 1.5.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 42 42 43 43 == Changelog == 44 = 1.5.1 = 45 - fix js 46 44 47 = 1.5.0 = 45 48 - fix css
Note: See TracChangeset
for help on using the changeset viewer.