Skip to content

Commit 4eb4483

Browse files
committed
Whitespace.
1 parent a241918 commit 4eb4483

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

themes/jquery/functions.jquery.php

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,8 @@ function jq_page_links_for_category( $category ) {
121121
}
122122

123123
function jq_get_github_url() {
124-
global $post;
125-
$source_path = get_post_meta( $post->ID, "source_path" );
126-
$github_prefix = 'https://github.com/jquery/' . get_stylesheet() . '/tree/master/' . $source_path[0];
127-
return $github_prefix;
124+
global $post;
125+
$source_path = get_post_meta( $post->ID, "source_path" );
126+
$github_prefix = 'https://github.com/jquery/' . get_stylesheet() . '/tree/master/' . $source_path[0];
127+
return $github_prefix;
128128
}
129-
130-
?>

0 commit comments

Comments
 (0)