Changeset 12006
- Timestamp:
- 04/27/2018 10:31:43 PM (8 years ago)
- Location:
- trunk/src/bp-core
- Files:
-
- 3 edited
-
admin/css/hello-rtl.css (modified) (1 diff)
-
admin/css/hello.css (modified) (1 diff)
-
classes/class-bp-admin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/admin/css/hello-rtl.css
r11999 r12006 273 273 bottom: 30px; 274 274 border-radius: 3px; 275 z-index: 9999; 275 276 } 276 277 #bp-hello-container .bp-hello-header h1 { -
trunk/src/bp-core/admin/css/hello.css
r11999 r12006 273 273 bottom: 30px; 274 274 border-radius: 3px; 275 z-index: 9999; 275 276 } 276 277 #bp-hello-container .bp-hello-header h1 { -
trunk/src/bp-core/classes/class-bp-admin.php
r12005 r12006 632 632 <?php 633 633 printf( 634 __( ' How are you using BuddyPress? Rec ieving your feedback and suggestions for future versions of BuddyPress genuinely motivates and encourages our contributors. Please <a href="%s">share your feedback</a> about this version of BuddyPress on our website. ', 'buddypress' ),634 __( ' How are you using BuddyPress? Receiving your feedback and suggestions for future versions of BuddyPress genuinely motivates and encourages our contributors. Please <a href="%s">share your feedback</a> about this version of BuddyPress on our website. ', 'buddypress' ), 635 635 esc_url( 'https://buddypress.org/support/' ) 636 636 );
Note: See TracChangeset
for help on using the changeset viewer.