Changeset 9172
- Timestamp:
- 11/25/2014 08:45:22 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-core/admin/bp-core-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/admin/bp-core-functions.php
r9171 r9172 241 241 // Add notice if no rewrite rules are enabled 242 242 if ( empty( $wp_rewrite->permalink_structure ) ) { 243 bp_core_add_admin_notice( sprintf( __( '<strong>BuddyPress is almost ready</strong>. You must <a href="%s">update your permalink structure</a> to something other than the default for it to work.', 'buddypress' ), admin_url( 'options-permalink.php' ) ) );243 bp_core_add_admin_notice( sprintf( __( '<strong>BuddyPress is almost ready</strong>. You must <a href="%s">update your permalink structure</a> to something other than the default for it to work.', 'buddypress' ), admin_url( 'options-permalink.php' ) ), 'error' ); 244 244 } 245 245
Note: See TracChangeset
for help on using the changeset viewer.