Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/14/2014 10:15:12 AM (10 years ago)
Author:
djpaul
Message:

Welcome screen: add @mentions demo GIF.

Fixes #5805, big props to pollyplummer, ubernaut, and mercime.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/bp-core-admin.php

    r9005 r9010  
    489489        global $wp_rewrite;
    490490
    491         $is_new_install = ! empty( $_GET['is_new_install'] );
    492 
     491        $is_new_install            = ! empty( $_GET['is_new_install'] );
    493492        $pretty_permalinks_enabled = ! empty( $wp_rewrite->permalink_structure );
    494 
    495         $image_base = buddypress()->plugin_url . 'bp-core/images/bp20/';
    496 
    497         list( $display_version ) = explode( '-', bp_get_version() ); ?>
     493        list( $display_version )   = explode( '-', bp_get_version() ); ?>
    498494
    499495        <div class="wrap about-wrap">
     
    571567                <h2 class="about-headline-callout"><?php _e( 'Revamped @mentions Interface', 'buddypress' ); ?></h2>
    572568                <p><?php _e( 'Forget the old days of trying to remember someone&#8217;s username when you want to @mention them in a conversation! With BuddyPress 2.1, type a <code>@</code> when leaving a status update or commenting on an activity item or blog post, and the new suggestions panel will open.', 'buddypress' ) ?></p>
     569                <p style="text-align: center"><img src="<?php echo esc_url( buddypress()->plugin_url . 'bp-core/admin/images/mentions.gif' ); ?>" alt="<?php esc_attr_e( 'Demo of at-mentions feature', 'buddypress' ); ?>" style="margin-bottom: 20px"></p>
    573570            </div>
    574571
Note: See TracChangeset for help on using the changeset viewer.