Skip to:
Content

BuddyPress.org

Changeset 7594


Ignore:
Timestamp:
11/20/2013 10:55:19 PM (11 years ago)
Author:
johnjamesjacoby
Message:

Notifications: Add confirm class to delete action link.

See #5251 - point 4.

File:
1 edited

Legend:

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

    r7578 r7594  
    824824        ob_start(); ?>
    825825
    826         <a href="<?php echo esc_url( $url ); ?>" class="delete secondary"><?php _e( 'Delete', 'buddypress' ); ?></a>
     826        <a href="<?php echo esc_url( $url ); ?>" class="delete secondary confirm"><?php _e( 'Delete', 'buddypress' ); ?></a>
    827827
    828828        <?php $retval = ob_get_clean();
Note: See TracChangeset for help on using the changeset viewer.