Changeset 896247
- Timestamp:
- 04/17/2014 01:59:08 PM (12 years ago)
- Location:
- buddypress-media/trunk
- Files:
-
- 3 edited
-
app/main/controllers/template/rt-template-functions.php (modified) (1 diff)
-
index.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
buddypress-media/trunk/app/main/controllers/template/rt-template-functions.php
r885501 r896247 1471 1471 //if ( isset ( $rtmedia_query->media_query[ 'media_author' ] ) && get_current_user_id () == $rtmedia_query->media_query[ 'media_author' ] ) { 1472 1472 if ( rtmedia_is_album_editable() || is_rt_admin() ) { 1473 $options[] = "<a href='edit/' class='rtmedia-edit' title='" . __( 'Edit Album', 'rtmedia' ) . "' ><i class='rtmicon-edit'></i>" . __( 'Edit Album') . "</a>";1473 $options[] = "<a href='edit/' class='rtmedia-edit' title='" . __( 'Edit Album', 'rtmedia' ) . "' ><i class='rtmicon-edit'></i>" . __( 'Edit Album', 'rtmedia' ) . "</a>"; 1474 1474 $options[] = '<form method="post" class="album-delete-form rtmedia-inline" action="delete/">' 1475 1475 . wp_nonce_field ( 'rtmedia_delete_album_' . $rtmedia_query->media_query[ 'album_id' ], 'rtmedia_delete_album_nonce' ) 1476 . '<button type="submit" name="album-delete" class="icon-button rtmedia-delete-album" title="' . __( 'Delete Album', 'rtmedia' ) . '"><i class="rtmicon-trash-o"></i> Delete Album</button></form>';1476 . '<button type="submit" name="album-delete" class="icon-button rtmedia-delete-album" title="' . __( 'Delete Album', 'rtmedia' ) . '"><i class="rtmicon-trash-o"></i>' . __( 'Delete Album', 'rtmedia' ) . '</button></form>'; 1477 1477 1478 1478 if(is_rtmedia_group_album()) -
buddypress-media/trunk/index.php
r885501 r896247 5 5 Plugin URI: http://rtcamp.com/buddypress-media/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media 6 6 Description: This plugin adds missing media rich features like photos, videos and audio uploading to BuddyPress which are essential if you are building social network, seriously! 7 Version: 3.6.1 17 Version: 3.6.12 8 8 Author: rtCamp 9 9 Text Domain: rtmedia -
buddypress-media/trunk/readme.txt
r885501 r896247 6 6 License URI: http://www.gnu.org/licenses/gpl-2.0.html 7 7 Requires at least: WordPress 3.6 8 Tested up to: WordPress 3. 7 + BuddyPress 1.8.19 Stable tag: 3.6.1 18 Tested up to: WordPress 3.9 + BuddyPress 2.0 9 Stable tag: 3.6.12 10 10 11 11 Add albums, photo, audio/video encoding, privacy, sharing, front-end uploads & more. All this works mobile/tablets devices. … … 134 134 Please visit [rtMedia's Roadmap page](http://rtcamp.com/rtmedia/roadmap/?utm_source=readme&utm_medium=plugin&utm_campaign=buddypress-media "Visit rtMedia's Features page") to get some details about future releases. 135 135 136 = 3.6.12 = 137 * Tested with WordPress 3.9 and BuddyPress 2.0 138 136 139 = 3.6.11 = 137 140 * Update Russian and Polish translations … … 741 744 == Upgrade Notice == 742 745 743 = 3.6.1 1=744 Requires BuddyPress 1.7 or higher, if using BuddyPress. Update Russian and Polish translations and bug fixes.746 = 3.6.12 = 747 Requires BuddyPress 1.7 or higher, if using BuddyPress. Tested with WordPress 3.9 and BuddyPress 2.0. 745 748 746 749 == Sponsors ==
Note: See TracChangeset
for help on using the changeset viewer.