Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/18/2011 08:54:02 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Turn primary activity stream item action links into buttons.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity/bp-activity-template.php

    r4679 r4689  
    12221222        }
    12231223
    1224         $link = '<a href="' . wp_nonce_url( $url, 'bp_activity_delete_link' ) . '" class="item-button bp-secondary-action ' . $class . ' confirm" rel="nofollow">' . __( 'Delete', 'buddypress' ) . '</a>';
     1224        $link = '<a href="' . wp_nonce_url( $url, 'bp_activity_delete_link' ) . '" class="button item-button bp-secondary-action ' . $class . ' confirm" rel="nofollow">' . __( 'Delete', 'buddypress' ) . '</a>';
    12251225        return apply_filters( 'bp_get_activity_delete_link', $link );
    12261226    }
Note: See TracChangeset for help on using the changeset viewer.