@@ -1,13 +1,13 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * The template for displaying the footer |
|
| 4 | - * |
|
| 5 | - * Contains footer content and the closing of the #main and #page div elements. |
|
| 6 | - * |
|
| 7 | - * @package WordPress |
|
| 8 | - * @subpackage Twenty_Thirteen |
|
| 9 | - * @since Twenty Thirteen 1.0 |
|
| 10 | - */ |
|
| 3 | + * The template for displaying the footer |
|
| 4 | + * |
|
| 5 | + * Contains footer content and the closing of the #main and #page div elements. |
|
| 6 | + * |
|
| 7 | + * @package WordPress |
|
| 8 | + * @subpackage Twenty_Thirteen |
|
| 9 | + * @since Twenty Thirteen 1.0 |
|
| 10 | + */ |
|
| 11 | 11 | ?> |
| 12 | 12 | |
| 13 | 13 | </div><!-- #main --> |
@@ -1,13 +1,13 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Custom template tags for Twenty Fifteen |
|
| 4 | - * |
|
| 5 | - * Eventually, some of the functionality here could be replaced by core features. |
|
| 6 | - * |
|
| 7 | - * @package WordPress |
|
| 8 | - * @subpackage Twenty_Fifteen |
|
| 9 | - * @since Twenty Fifteen 1.0 |
|
| 10 | - */ |
|
| 3 | + * Custom template tags for Twenty Fifteen |
|
| 4 | + * |
|
| 5 | + * Eventually, some of the functionality here could be replaced by core features. |
|
| 6 | + * |
|
| 7 | + * @package WordPress |
|
| 8 | + * @subpackage Twenty_Fifteen |
|
| 9 | + * @since Twenty Fifteen 1.0 |
|
| 10 | + */ |
|
| 11 | 11 | |
| 12 | 12 | if ( ! function_exists( 'twentyfifteen_comment_nav' ) ) : |
| 13 | 13 | /** |
@@ -1,13 +1,13 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * The template for displaying the header |
|
| 4 | - * |
|
| 5 | - * Displays all of the head element and everything up until the "site-content" div. |
|
| 6 | - * |
|
| 7 | - * @package WordPress |
|
| 8 | - * @subpackage Twenty_Fifteen |
|
| 9 | - * @since Twenty Fifteen 1.0 |
|
| 10 | - */ |
|
| 3 | + * The template for displaying the header |
|
| 4 | + * |
|
| 5 | + * Displays all of the head element and everything up until the "site-content" div. |
|
| 6 | + * |
|
| 7 | + * @package WordPress |
|
| 8 | + * @subpackage Twenty_Fifteen |
|
| 9 | + * @since Twenty Fifteen 1.0 |
|
| 10 | + */ |
|
| 11 | 11 | ?><!DOCTYPE html> |
| 12 | 12 | <html <?php language_attributes(); ?> class="no-js"> |
| 13 | 13 | <head> |
@@ -61,12 +61,12 @@ discard block |
||
| 61 | 61 | <?php endif; // public post type ?> |
| 62 | 62 | <?php |
| 63 | 63 | /** |
| 64 | - * Fires before the post time/date setting in the Publish meta box. |
|
| 65 | - * |
|
| 66 | - * @since 4.4.0 |
|
| 67 | - * |
|
| 68 | - * @param WP_Post $post WP_Post object for the current post. |
|
| 69 | - */ |
|
| 64 | + * Fires before the post time/date setting in the Publish meta box. |
|
| 65 | + * |
|
| 66 | + * @since 4.4.0 |
|
| 67 | + * |
|
| 68 | + * @param WP_Post $post WP_Post object for the current post. |
|
| 69 | + */ |
|
| 70 | 70 | do_action( 'post_submitbox_minor_actions', $post ); |
| 71 | 71 | ?> |
| 72 | 72 | <div class="clear"></div> |
@@ -835,14 +835,14 @@ discard block |
||
| 835 | 835 | <label class="screen-reader-text" for="page_template"><?php _e('Page Template') ?></label><select name="page_template" id="page_template"> |
| 836 | 836 | <?php |
| 837 | 837 | /** |
| 838 | - * Filter the title of the default page template displayed in the drop-down. |
|
| 839 | - * |
|
| 840 | - * @since 4.1.0 |
|
| 841 | - * |
|
| 842 | - * @param string $label The display value for the default page template title. |
|
| 843 | - * @param string $context Where the option label is displayed. Possible values |
|
| 844 | - * include 'meta-box' or 'quick-edit'. |
|
| 845 | - */ |
|
| 838 | + * Filter the title of the default page template displayed in the drop-down. |
|
| 839 | + * |
|
| 840 | + * @since 4.1.0 |
|
| 841 | + * |
|
| 842 | + * @param string $label The display value for the default page template title. |
|
| 843 | + * @param string $context Where the option label is displayed. Possible values |
|
| 844 | + * include 'meta-box' or 'quick-edit'. |
|
| 845 | + */ |
|
| 846 | 846 | $default_title = apply_filters( 'default_page_template_title', __( 'Default Template' ), 'meta-box' ); |
| 847 | 847 | ?> |
| 848 | 848 | <option value="default"><?php echo esc_html( $default_title ); ?></option> |
@@ -1,11 +1,11 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * List Table API: WP_Plugin_Install_List_Table class |
|
| 4 | - * |
|
| 5 | - * @package WordPress |
|
| 6 | - * @subpackage Administration |
|
| 7 | - * @since 3.1.0 |
|
| 8 | - */ |
|
| 3 | + * List Table API: WP_Plugin_Install_List_Table class |
|
| 4 | + * |
|
| 5 | + * @package WordPress |
|
| 6 | + * @subpackage Administration |
|
| 7 | + * @since 3.1.0 |
|
| 8 | + */ |
|
| 9 | 9 | |
| 10 | 10 | /** |
| 11 | 11 | * Core class used to implement displaying plugins to install in a list table. |
@@ -1,11 +1,11 @@ discard block |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * List Table API: WP_Posts_List_Table class |
|
| 4 | - * |
|
| 5 | - * @package WordPress |
|
| 6 | - * @subpackage Administration |
|
| 7 | - * @since 3.1.0 |
|
| 8 | - */ |
|
| 3 | + * List Table API: WP_Posts_List_Table class |
|
| 4 | + * |
|
| 5 | + * @package WordPress |
|
| 6 | + * @subpackage Administration |
|
| 7 | + * @since 3.1.0 |
|
| 8 | + */ |
|
| 9 | 9 | |
| 10 | 10 | /** |
| 11 | 11 | * Core class used to implement displaying posts in a list table. |
@@ -1131,10 +1131,10 @@ discard block |
||
| 1131 | 1131 | } |
| 1132 | 1132 | |
| 1133 | 1133 | if ( $post->post_parent ) { |
| 1134 | - $count = count( get_post_ancestors( $post->ID ) ); |
|
| 1135 | - $classes .= ' level-'. $count; |
|
| 1134 | + $count = count( get_post_ancestors( $post->ID ) ); |
|
| 1135 | + $classes .= ' level-'. $count; |
|
| 1136 | 1136 | } else { |
| 1137 | - $classes .= ' level-0'; |
|
| 1137 | + $classes .= ' level-0'; |
|
| 1138 | 1138 | } |
| 1139 | 1139 | ?> |
| 1140 | 1140 | <tr id="post-<?php echo $post->ID; ?>" class="<?php echo implode( ' ', get_post_class( $classes, $post->ID ) ); ?>"> |
@@ -1508,7 +1508,7 @@ discard block |
||
| 1508 | 1508 | <?php |
| 1509 | 1509 | /** This filter is documented in wp-admin/includes/meta-boxes.php */ |
| 1510 | 1510 | $default_title = apply_filters( 'default_page_template_title', __( 'Default Template' ), 'quick-edit' ); |
| 1511 | - ?> |
|
| 1511 | + ?> |
|
| 1512 | 1512 | <option value="default"><?php echo esc_html( $default_title ); ?></option> |
| 1513 | 1513 | <?php page_template_dropdown() ?> |
| 1514 | 1514 | </select> |
@@ -1,11 +1,11 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * List Table API: WP_Plugins_List_Table class |
|
| 4 | - * |
|
| 5 | - * @package WordPress |
|
| 6 | - * @subpackage Administration |
|
| 7 | - * @since 3.1.0 |
|
| 8 | - */ |
|
| 3 | + * List Table API: WP_Plugins_List_Table class |
|
| 4 | + * |
|
| 5 | + * @package WordPress |
|
| 6 | + * @subpackage Administration |
|
| 7 | + * @since 3.1.0 |
|
| 8 | + */ |
|
| 9 | 9 | |
| 10 | 10 | /** |
| 11 | 11 | * Core class used to implement displaying installed plugins in a list table. |
@@ -1,11 +1,11 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Core Navigation Menu API |
|
| 4 | - * |
|
| 5 | - * @package WordPress |
|
| 6 | - * @subpackage Nav_Menus |
|
| 7 | - * @since 3.0.0 |
|
| 8 | - */ |
|
| 3 | + * Core Navigation Menu API |
|
| 4 | + * |
|
| 5 | + * @package WordPress |
|
| 6 | + * @subpackage Nav_Menus |
|
| 7 | + * @since 3.0.0 |
|
| 8 | + */ |
|
| 9 | 9 | |
| 10 | 10 | /** Walker_Nav_Menu_Edit class */ |
| 11 | 11 | require_once( ABSPATH . 'wp-admin/includes/class-walker-nav-menu-edit.php' ); |
@@ -1,11 +1,11 @@ discard block |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Press This class and display functionality |
|
| 4 | - * |
|
| 5 | - * @package WordPress |
|
| 6 | - * @subpackage Press_This |
|
| 7 | - * @since 4.2.0 |
|
| 8 | - */ |
|
| 3 | + * Press This class and display functionality |
|
| 4 | + * |
|
| 5 | + * @package WordPress |
|
| 6 | + * @subpackage Press_This |
|
| 7 | + * @since 4.2.0 |
|
| 8 | + */ |
|
| 9 | 9 | |
| 10 | 10 | /** |
| 11 | 11 | * Press This class. |
@@ -1049,7 +1049,7 @@ discard block |
||
| 1049 | 1049 | * @since 4.2.0 |
| 1050 | 1050 | * @access public |
| 1051 | 1051 | * |
| 1052 | - * @param array $data The site's data. |
|
| 1052 | + * @param array $data The site's data. |
|
| 1053 | 1053 | * @return string Discovered canonical URL, or empty |
| 1054 | 1054 | */ |
| 1055 | 1055 | public function get_canonical_link( $data ) { |