We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a241918 commit 4eb4483Copy full SHA for 4eb4483
themes/jquery/functions.jquery.php
@@ -121,10 +121,8 @@ function jq_page_links_for_category( $category ) {
121
}
122
123
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;
+ global $post;
+ $source_path = get_post_meta( $post->ID, "source_path" );
+ $github_prefix = 'https://github.com/jquery/' . get_stylesheet() . '/tree/master/' . $source_path[0];
+ return $github_prefix;
128
129
-
130
-?>
0 commit comments