Changeset 11442 for trunk/src/bp-blogs/bp-blogs-template.php
- Timestamp:
- 02/22/2017 05:54:26 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-blogs/bp-blogs-template.php
r11381 r11442 1078 1078 echo '<span class="prefix_address">' . $current_site->domain . $current_site->path . '</span> <input name="blogname" type="text" id="blogname" value="'.$blogname.'" maxlength="63" /><br />'; 1079 1079 else 1080 echo '<input name="blogname" type="text" id="blogname" value="'.$blogname.'" maxlength="63" ' . bp_get_form_field_attributes( 'blogname' ) . '/> <span class="suffix_address">.' . bp_ blogs_get_subdomain_base() . '</span><br />';1080 echo '<input name="blogname" type="text" id="blogname" value="'.$blogname.'" maxlength="63" ' . bp_get_form_field_attributes( 'blogname' ) . '/> <span class="suffix_address">.' . bp_signup_get_subdomain_base() . '</span><br />'; 1081 1081 1082 1082 if ( !is_user_logged_in() ) {
Note: See TracChangeset
for help on using the changeset viewer.