Skip to content

Commit 8c50f98

Browse files
committed
Pinking shears
git-svn-id: https://develop.svn.wordpress.org/trunk@20715 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 86280c6 commit 8c50f98

13 files changed

Lines changed: 17 additions & 17 deletions

wp-admin/includes/meta-boxes.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ function link_categories_meta_box($link) {
665665
<li class="tabs"><a href="#categories-all"><?php _e( 'All Categories' ); ?></a></li>
666666
<li class="hide-if-no-js"><a href="#categories-pop"><?php _e( 'Most Used' ); ?></a></li>
667667
</ul>
668-
668+
669669
<div id="categories-all" class="tabs-panel">
670670
<ul id="categorychecklist" class="list:category categorychecklist form-no-clear">
671671
<?php
@@ -676,13 +676,13 @@ function link_categories_meta_box($link) {
676676
?>
677677
</ul>
678678
</div>
679-
679+
680680
<div id="categories-pop" class="tabs-panel" style="display: none;">
681681
<ul id="categorychecklist-pop" class="categorychecklist form-no-clear">
682682
<?php wp_popular_terms_checklist('link_category'); ?>
683683
</ul>
684684
</div>
685-
685+
686686
<div id="category-adder" class="wp-hidden-children">
687687
<h4><a id="category-add-toggle" href="#category-add"><?php _e( '+ Add New Category' ); ?></a></h4>
688688
<p id="link-category-add" class="wp-hidden-child">

wp-admin/includes/post.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ function update_meta( $meta_id, $meta_key, $meta_value ) {
747747
function _fix_attachment_links( $post_ID ) {
748748
$post = & get_post( $post_ID, ARRAY_A );
749749
$content = $post['post_content'];
750-
750+
751751
// quick sanity check, don't run if no pretty permalinks or post is not published
752752
if ( !get_option('permalink_structure') || $post['post_status'] != 'publish' )
753753
return;

wp-admin/includes/screen.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@ public function render_screen_meta() {
809809

810810
if ( $this->get_option( 'layout_columns' ) ) {
811811
$this->columns = (int) get_user_option("screen_layout_$this->id");
812-
812+
813813
if ( ! $this->columns && $this->get_option( 'layout_columns', 'default' ) )
814814
$this->columns = $this->get_option( 'layout_columns', 'default' );
815815
}

wp-admin/includes/update.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ function get_theme_updates() {
223223
if ( ! isset( $current->response ) )
224224
return array();
225225

226-
$update_themes = array();
226+
$update_themes = array();
227227
foreach ( $current->response as $stylesheet => $data ) {
228228
$update_themes[ $stylesheet ] = wp_get_theme( $stylesheet );
229229
$update_themes[ $stylesheet ]->update = $data;

wp-admin/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
'<p>' . __( '<a href="http://codex.wordpress.org/Dashboard_Screen" target="_blank">Documentation on Dashboard</a>' ) . '</p>' .
9292
'<p>' . __( '<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>' ) . '</p>'
9393
);
94-
94+
9595
include (ABSPATH . 'wp-admin/admin-header.php');
9696

9797
$today = current_time('mysql', 1);

wp-admin/install.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ function display_setup_form( $error = null ) {
163163
}
164164

165165
if ( ! is_string( $wpdb->base_prefix ) || '' === $wpdb->base_prefix ) {
166-
display_header();
166+
display_header();
167167
die( '<h1>' . __( 'Configuration Error' ) . '</h1><p>' . __( 'Your <code>wp-config.php</code> file has an empty database table prefix, which is not supported.' ) . '</p></body></html>' );
168168
}
169169

wp-includes/class-phpmailer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1643,7 +1643,7 @@ function get_magic_quotes() {
16431643
if (version_compare(PHP_VERSION, '5.3.0', '<')) {
16441644
set_magic_quotes_runtime(0);
16451645
} else {
1646-
ini_set('magic_quotes_runtime', 0);
1646+
ini_set('magic_quotes_runtime', 0);
16471647
}
16481648
}
16491649
$file_buffer = file_get_contents($path);
@@ -1652,7 +1652,7 @@ function get_magic_quotes() {
16521652
if (version_compare(PHP_VERSION, '5.3.0', '<')) {
16531653
set_magic_quotes_runtime($magic_quotes);
16541654
} else {
1655-
ini_set('magic_quotes_runtime', $magic_quotes);
1655+
ini_set('magic_quotes_runtime', $magic_quotes);
16561656
}
16571657
}
16581658
return $file_buffer;

wp-includes/class-simplepie.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2775,7 +2775,7 @@ function get_language()
27752775

27762776
function get_latitude()
27772777
{
2778-
2778+
27792779
if ($return = $this->get_channel_tags(SIMPLEPIE_NAMESPACE_W3C_BASIC_GEO, 'lat'))
27802780
{
27812781
return (float) $return[0]['data'];

wp-includes/class-wp-atom-server.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ function create_post() {
346346
$post_content = '';
347347
$post_excerpt = '';
348348
$pubtimes = '';
349-
349+
350350
if ( isset( $entry->title ) && is_array( $entry->title ) && !empty( $entry->title[1] ) )
351351
$post_title = (string) $entry->title[1];
352352
if ( isset( $entry->content ) && is_array( $entry->content ) && !empty( $entry->content[1] ) )
@@ -355,7 +355,7 @@ function create_post() {
355355
$post_excerpt = (string) $entry->summary[1];
356356
if ( !empty( $entry->published ) )
357357
$pubtimes = (string) $entry->published;
358-
358+
359359
$pubtimes = $this->get_publish_time( $pubtimes );
360360

361361
$post_date = $pubtimes[0];

wp-includes/class-wp-theme.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ public function offsetExists( $offset ) {
372372
* Method to implement ArrayAccess for keys formerly returned by get_themes().
373373
*
374374
* Author, Author Name, Author URI, and Description did not previously return
375-
* translated data. We are doing so now as it is safe to do. However, as
375+
* translated data. We are doing so now as it is safe to do. However, as
376376
* Name and Title could have been used as the key for get_themes(), both remain
377377
* untranslated for back compatibility. This means that ['Name'] is not ideal,
378378
* and care should be taken to use $theme->display('Name') to get a properly

0 commit comments

Comments
 (0)