File tree Expand file tree Collapse file tree 5 files changed +16
-15
lines changed Expand file tree Collapse file tree 5 files changed +16
-15
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- * The default template for displaying content
3
+ * The template for displaying individual aspects of the API documentation.
4
+ *
5
+ * The content displayed by this template is managed in a GitHub repository at:
6
+ * https://github.com/jquery/api.jquery.com
4
7
*/
5
8
?>
6
9
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- * The template used for displaying page content in page.php
3
+ * The template used for displaying pages
4
+ *
5
+ * the_content() pulls in data from GitHub repositories
6
+ * All content is managed by repositories at: https://github.com/jquery
4
7
*/
5
8
?>
6
9
7
- <article id="post-<?php the_ID (); ?> " <?php post_class (); ?> >
8
- <div class="entry-content">
9
- <?php the_content (); ?>
10
- </div><!-- .entry-content -->
11
- </article><!-- #post-<?php the_ID (); ?> -->
10
+ <?php the_content (); ?>
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- * The template for displaying content in the single.php template
4
- */
5
- ?>
3
+ * The template for displaying a detailed view of individual aspects of the API documentation.
4
+ *
5
+ * The content displayed by this template is managed in a GitHub repository at:
6
+ * https://github.com/jquery/api.jquery.com
7
+ **/
8
+ ?>
6
9
7
10
<article id="post-<?php the_ID (); ?> " <?php post_class (); ?> >
8
11
<header class="entry-header">
Original file line number Diff line number Diff line change 12
12
13
13
<?php if ( have_posts () ) : ?>
14
14
15
- <?php twentyeleven_content_nav ( 'nav-above ' ); ?>
16
-
17
15
<?php /* Start the Loop */ ?>
18
16
<?php while ( have_posts () ) : the_post (); ?>
19
17
20
18
<?php get_template_part ( 'content ' ); ?>
21
19
22
20
<?php endwhile ; ?>
23
21
24
- <?php twentyeleven_content_nav ( 'nav-below ' ); ?>
25
-
26
22
<?php else : ?>
27
23
28
24
<article id="post-0" class="post no-results not-found">
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- * The Sidebar containing the main widget area.
3
+ * The Sidebar containing the main widget area for API sites .
4
4
*/
5
5
?>
6
6
<div id="sidebar" class="widget-area" role="complementary">
You can’t perform that action at this time.
0 commit comments