Ticket #1141: wrong-theme-location-error.patch
| File wrong-theme-location-error.patch, 1.2 KB (added by johnjamesjacoby, 4 years ago) |
|---|
-
bp-core-admin.php
122 122 </select> 123 123 <?php else : ?> 124 124 <div class="error"> 125 <p><?php printf( __( '<strong>You do not have any BuddyPress themes installed.</strong><p style="line-height: 150%%">Please move the default BuddyPress themes to their correct location (move %s to %s) and reload this page. You can <a href="http://buddypress.org/extend/themes" title="Download">download more themes here</a>.</p>', 'buddypress' ), BP_PLUGIN_DIR . '/bp-themes/', WP_CONTENT_DIR . '/ bp-themes/' ) ?></p>125 <p><?php printf( __( '<strong>You do not have any BuddyPress themes installed.</strong><p style="line-height: 150%%">Please move the default BuddyPress themes to their correct location (move %s to %s) and reload this page. You can <a href="http://buddypress.org/extend/themes" title="Download">download more themes here</a>.</p>', 'buddypress' ), BP_PLUGIN_DIR . '/bp-themes/', WP_CONTENT_DIR . '/themes/' ) ?></p> 126 126 </div> 127 127 <p><?php _e( 'No Themes Installed.', 'buddypress' ) ?></p> 128 128 <?php endif; ?>
