Ticket #20120: br-spaces.diff
File br-spaces.diff, 9.0 KB (added by , 13 years ago) |
---|
-
wp-admin/custom-background.php
219 219 <td> 220 220 <form method="post" action=""> 221 221 <?php wp_nonce_field('custom-background-remove', '_wpnonce-custom-background-remove'); ?> 222 <?php submit_button( __( 'Remove Background Image' ), 'button', 'remove-background', false ); ?><br />222 <?php submit_button( __( 'Remove Background Image' ), 'button', 'remove-background', false ); ?><br /> 223 223 <?php _e('This will remove the background image. You will not be able to restore any customizations.') ?> 224 224 </form> 225 225 </td> … … 232 232 <td> 233 233 <form method="post" action=""> 234 234 <?php wp_nonce_field('custom-background-reset', '_wpnonce-custom-background-reset'); ?> 235 <?php submit_button( __( 'Restore Original Image' ), 'button', 'reset-background', false ); ?><br />235 <?php submit_button( __( 'Restore Original Image' ), 'button', 'reset-background', false ); ?><br /> 236 236 <?php _e('This will restore the original background image. You will not be able to restore any customizations.') ?> 237 237 </form> 238 238 </td> -
wp-admin/edit-comments.php
218 218 } 219 219 } 220 220 221 echo '<div id="moderated" class="updated"><p>' . implode( "<br />\n", $messages ) . '</p></div>';221 echo '<div id="moderated" class="updated"><p>' . implode( "<br />\n", $messages ) . '</p></div>'; 222 222 } 223 223 } 224 224 ?> -
wp-admin/includes/class-wp-filesystem-base.php
209 209 //Lets try that folder: 210 210 $newdir = trailingslashit(path_join($base, $key)); 211 211 if ( $this->verbose ) 212 printf( __('Changing to %s') . '<br />', $newdir );212 printf( __('Changing to %s') . '<br />', $newdir ); 213 213 if ( $ret = $this->search_for_folder( $folder, $newdir, $loop) ) 214 214 return $ret; 215 215 } … … 218 218 //Only check this as a last resort, to prevent locating the incorrect install. All above procedures will fail quickly if this is the right branch to take. 219 219 if (isset( $files[ $last_path ] ) ) { 220 220 if ( $this->verbose ) 221 printf( __('Found %s') . '<br />', $base . $last_path );221 printf( __('Found %s') . '<br />', $base . $last_path ); 222 222 return trailingslashit($base . $last_path); 223 223 } 224 224 if ( $loop ) -
wp-admin/includes/class-wp-ms-users-list-table.php
183 183 if ( in_array( $user->user_login, $super_admins ) ) 184 184 echo ' - ' . __( 'Super Admin' ); 185 185 ?></strong> 186 <br />186 <br /> 187 187 <?php 188 188 $actions = array(); 189 189 $actions['edit'] = '<a href="' . $edit_link . '">' . __( 'Edit' ) . '</a>'; … … 252 252 ( $i == $action_count ) ? $sep = '' : $sep = ' | '; 253 253 echo "<span class='$action'>$link$sep</span>"; 254 254 } 255 echo '</small></span><br />';255 echo '</small></span><br />'; 256 256 } 257 257 } 258 258 ?> -
wp-admin/includes/class-wp-plugins-list-table.php
333 333 $dropins = _get_dropins(); 334 334 $plugin_name = $plugin_file; 335 335 if ( $plugin_file != $plugin_data['Name'] ) 336 $plugin_name .= '<br />' . $plugin_data['Name'];336 $plugin_name .= '<br />' . $plugin_data['Name']; 337 337 if ( true === ( $dropins[ $plugin_file ][1] ) ) { // Doesn't require a constant 338 338 $is_active = true; 339 339 $description = '<p><strong>' . $dropins[ $plugin_file ][0] . '</strong></p>'; -
wp-admin/includes/ms.php
578 578 } 579 579 if ( $out != '' ) { 580 580 $msg = __( 'Warning! WordPress encrypts user cookies, but you must add the following lines to <strong>wp-config.php</strong> for it to be more secure.' ); 581 $msg .= '<br />' . __( "Before the line <code>/* That's all, stop editing! Happy blogging. */</code> please add this code:" );582 $msg .= "<br /><br/><code>$out</code>";581 $msg .= '<br />' . __( "Before the line <code>/* That's all, stop editing! Happy blogging. */</code> please add this code:" ); 582 $msg .= "<br /><br /><code>$out</code>"; 583 583 584 584 echo "<div class='update-nag'>$msg</div>"; 585 585 } -
wp-admin/network/settings.php
322 322 $menu_perms = get_site_option( 'menu_items' ); 323 323 $menu_items = apply_filters( 'mu_menu_items', array( 'plugins' => __( 'Plugins' ) ) ); 324 324 foreach ( (array) $menu_items as $key => $val ) { 325 echo "<label><input type='checkbox' name='menu_items[" . $key . "]' value='1'" . ( isset( $menu_perms[$key] ) ? checked( $menu_perms[$key], '1', false ) : '' ) . " /> " . esc_html( $val ) . "</label><br />";325 echo "<label><input type='checkbox' name='menu_items[" . $key . "]' value='1'" . ( isset( $menu_perms[$key] ) ? checked( $menu_perms[$key], '1', false ) : '' ) . " /> " . esc_html( $val ) . "</label><br />"; 326 326 } 327 327 ?> 328 328 </td> -
wp-admin/network/site-info.php
162 162 <td> 163 163 <?php foreach ( $attribute_fields as $field_key => $field_label ) : ?> 164 164 <label><input type="checkbox" name="blog[<?php echo $field_key; ?>]" value="1" <?php checked( (bool) $details->$field_key, true ); disabled( ! in_array( $details->$field_key, array( 0, 1 ) ) ); ?> /> 165 <?php echo $field_label; ?></label><br />165 <?php echo $field_label; ?></label><br /> 166 166 <?php endforeach; ?> 167 167 </td> 168 168 </tr> -
wp-admin/options-privacy.php
43 43 <th scope="row"><?php _e( 'Site Visibility' ); ?> </th> 44 44 <td><fieldset><legend class="screen-reader-text"><span><?php _e( 'Site Visibility' ); ?> </span></legend> 45 45 <input id="blog-public" type="radio" name="blog_public" value="1" <?php checked('1', get_option('blog_public')); ?> /> 46 <label for="blog-public"><?php _e( 'Allow search engines to index this site.' );?></label><br />46 <label for="blog-public"><?php _e( 'Allow search engines to index this site.' );?></label><br /> 47 47 <input id="blog-norobots" type="radio" name="blog_public" value="0" <?php checked('0', get_option('blog_public')); ?> /> 48 48 <label for="blog-norobots"><?php _e( 'Ask search engines not to index this site.' ); ?></label> 49 49 <p class="description"><?php _e( 'Note: Neither of these options blocks access to your site — it is up to search engines to honor your request.' ); ?></p> -
wp-admin/themes.php
202 202 203 203 <small><a id="mini-filter-click" href="<?php echo esc_url( remove_query_arg( array('filter', 'features', 'submit') ) ); ?>"><?php _e( 'Close filters' )?></a></small> 204 204 </div> 205 <br />205 <br /> 206 206 </div> 207 207 <br class="clear"/> 208 208 </div> -
wp-includes/default-widgets.php
262 262 <p><label for="<?php echo $this->get_field_id('title'); ?>"><?php _e('Title:'); ?></label> <input class="widefat" id="<?php echo $this->get_field_id('title'); ?>" name="<?php echo $this->get_field_name('title'); ?>" type="text" value="<?php echo esc_attr($title); ?>" /></p> 263 263 <p> 264 264 <input class="checkbox" type="checkbox" <?php echo $dropdown; ?> id="<?php echo $this->get_field_id('dropdown'); ?>" name="<?php echo $this->get_field_name('dropdown'); ?>" /> <label for="<?php echo $this->get_field_id('dropdown'); ?>"><?php _e('Display as dropdown'); ?></label> 265 <br />265 <br /> 266 266 <input class="checkbox" type="checkbox" <?php echo $count; ?> id="<?php echo $this->get_field_id('count'); ?>" name="<?php echo $this->get_field_name('count'); ?>" /> <label for="<?php echo $this->get_field_id('count'); ?>"><?php _e('Show post counts'); ?></label> 267 267 </p> 268 268 <?php