Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/08/2010 04:24:52 PM (15 years ago)
Author:
apeatling
Message:

Fixes #1854

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/functions.php

    r2629 r2635  
    208208function bp_dtheme_show_notice() { ?>
    209209    <div id="message" class="updated fade">
    210         <p><?php printf( __( 'Theme activated! This theme contains <a href="%s">customization options</a> and <a href="%s">custom header image</a> support. <a href="%s">Sidebar widgets</a> are also supported.', 'buddypress' ), admin_url( 'themes.php?page=theme-options-page' ), admin_url( 'themes.php?page=custom-header' ), admin_url( 'widgets.php' ) ) ?></p>
     210        <p><?php printf( __( 'Theme activated! This theme contains <a href="%s">custom header image</a> support and <a href="%s">sidebar widgets</a>.', 'buddypress' ), admin_url( 'themes.php?page=custom-header' ), admin_url( 'widgets.php' ) ) ?></p>
    211211    </div>
    212212
Note: See TracChangeset for help on using the changeset viewer.