Skip to content
This repository has been archived by the owner on May 20, 2021. It is now read-only.

Commit

Permalink
Remove @SInCE
Browse files Browse the repository at this point in the history
  • Loading branch information
mindctrl committed Sep 12, 2015
1 parent f3ea1bc commit e7cb8e4
Show file tree
Hide file tree
Showing 42 changed files with 1 addition and 86 deletions.
1 change: 0 additions & 1 deletion 404.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
* The template for displaying 404 pages (Not Found).
*
* @package Alien Ship
* @since Alien Ship 0.1
*/

get_header(); ?>
Expand Down
1 change: 0 additions & 1 deletion archive.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
* The template for displaying Archive pages.
*
* @package Alien Ship
* @since Alien Ship 0.1
*/

get_header(); ?>
Expand Down
1 change: 0 additions & 1 deletion author.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
* The template for displaying Author Archive pages.
*
* @package Alien Ship
* @since Alien Ship 0.1
*/

get_header(); ?>
Expand Down
1 change: 0 additions & 1 deletion footer-hero.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* Contains the closing of the id=main div and all content after
*
* @package Alien Ship
* @since Alien Ship 0.1
*/
?>
<footer class="site-footer" id="colophon" role="contentinfo">
Expand Down
1 change: 0 additions & 1 deletion footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* Contains the closing of the id=main div and all content after
*
* @package Alien Ship
* @since Alien Ship 0.1
*/
?>

Expand Down
12 changes: 1 addition & 11 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

/**
* Set the content width based on the theme's design and stylesheet.
* @since Alien Ship 0.1
*/
if ( ! isset( $content_width ) )
$content_width = 940; // pixels
Expand All @@ -25,7 +24,6 @@
* Note that this function is hooked into the after_setup_theme hook, which runs
* before the init hook. The init hook is too late for some features, such as indicating
* support for post thumbnails.
* @since Alien Ship 0.1
*/
function alienship_setup() {

Expand Down Expand Up @@ -182,16 +180,12 @@ function alienship_locate_template_uri( $template_names ) {
*
* Retrieves the latest news from Alien Ship home page
* and outputs the admin dashboard widget.
*
*
* @since Alien Ship .63
*
*/
function alienship_rss_dashboard_widget() {

echo '<div class="rss-widget">';
wp_widget_rss_output( array(
'url' => 'http://www.johnparris.com/alienship/feed',
'url' => 'https://www.johnparris.com/alienship/feed',
'title' => 'Alien Ship News',
'items' => 3,
'show_summary' => 1,
Expand All @@ -216,8 +210,6 @@ function alienship_custom_dashboard_widgets() {

/**
* Filters wp_title to print the <title> element based on current view.
*
* @since .94
*/
function alienship_wp_title( $title, $sep ) {

Expand Down Expand Up @@ -250,7 +242,6 @@ function alienship_wp_title( $title, $sep ) {

/**
* Define theme layouts
* @since .94
*/
function alienship_layouts_strings() {

Expand All @@ -268,7 +259,6 @@ function alienship_layouts_strings() {
/**
* Apply the theme stylesheet to the visual editor.
*
* @since 1.2.1
* @uses add_editor_style()
*/
function alienship_editor_styles() {
Expand Down
1 change: 0 additions & 1 deletion header-hero.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* Displays all of the <head> section and everything up to <div id="content">
*
* @package Alien Ship
* @since Alien Ship 0.1
*/
?>
<!DOCTYPE html>
Expand Down
1 change: 0 additions & 1 deletion header.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* Displays all of the <head> section and everything up to <div id="content">
*
* @package Alien Ship
* @since Alien Ship 0.1
*/
?>
<!DOCTYPE html>
Expand Down
1 change: 0 additions & 1 deletion image.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
* The template for displaying image attachments.
*
* @package Alien Ship
* @since Alien Ship 0.1
*/

get_header(); ?>
Expand Down
1 change: 0 additions & 1 deletion inc/cleanup.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
/**
* Clean up header output
* @package Alien Ship
* @since Alien Ship 0.3
*/
function alienship_head_cleanup() {

Expand Down
1 change: 0 additions & 1 deletion inc/customizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* Code adapted from Underscores theme (underscores.me) and Otto's great tutorial (ottopress.com)
*
* @package Alien Ship
* @since 1.2.0
*/

/**
Expand Down
1 change: 0 additions & 1 deletion inc/jetpack.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
* Jetpack Related Features
*
* @package Alien Ship
* @since 1.0.1
*/

/**
Expand Down
1 change: 0 additions & 1 deletion inc/scripts.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
* Loads the theme's javascript
*
* @package Alien Ship
* @since 0.1
*/
function alienship_js_loader() {

Expand Down
4 changes: 0 additions & 4 deletions inc/sidebars.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
<?php

if ( ! function_exists( 'alienship_widgets_init' ) ):
/**
* Register widgetized areas and widgets
*
* @package Alien Ship
* @since Alien Ship 0.1
*/
function alienship_widgets_init() {

Expand Down Expand Up @@ -80,7 +77,6 @@ function alienship_widgets_init() {
) );
}
add_action( 'widgets_init', 'alienship_widgets_init' );
endif;



Expand Down
4 changes: 0 additions & 4 deletions inc/stylesheets.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@
* Register and enqueue the front end CSS
*
* @package Alien Ship
* @since 1.0
*/


// Load frontend theme styles
function alienship_theme_styles() {

$alienship = wp_get_theme();
Expand Down
24 changes: 0 additions & 24 deletions inc/template-tags.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,11 @@
* Custom template tags for this theme.
*
* @package Alien Ship
* @since 0.1
*/


/**
* Count the number of active widgets to determine dynamic wrapper class
*
* @since 1.0
*/
function alienship_sidebar_class( $prefix = false ) {

Expand Down Expand Up @@ -61,7 +58,6 @@ function alienship_sidebar_class( $prefix = false ) {
* Determines the theme layout and active sidebars, and prints the HTML structure
* with appropriate grid classes depending on which are activated.
*
* @since 1.0
* @uses alienship_sidebar_class()
* @param string $prefix Prefix of the widget to be displayed. Example: "footer" for footer-1, footer-2, etc.
*/
Expand Down Expand Up @@ -114,11 +110,8 @@ function alienship_do_sidebar( $prefix = false ) {



if ( ! function_exists( 'alienship_content_nav' ) ):
/**
* Display navigation to next/previous pages when applicable
*
* @since 0.1
*/
function alienship_content_nav( $nav_id ) {

Expand Down Expand Up @@ -154,11 +147,9 @@ function alienship_content_nav( $nav_id ) {
</nav><!-- #<?php echo $nav_id; ?> -->
<?php
}
endif; // alienship_content_nav



if ( ! function_exists( 'alienship_comment' ) ) :
/**
* Template for comments and pingbacks.
*
Expand Down Expand Up @@ -216,11 +207,9 @@ function alienship_comment( $comment, $args, $depth ) {
<?php
endif;
}
endif; // ends check for alienship_comment()



if ( ! function_exists( 'alienship_posted_on' ) ) :
/**
* Prints HTML with meta information for the current post-date/time and author.
*/
Expand Down Expand Up @@ -250,14 +239,11 @@ function alienship_posted_on() {
echo '<span class="posted-on">' . $posted_on . '</span><span class="byline"> ' . $byline . '</span>';

}
endif;



if ( ! function_exists( 'alienship_archive_page_title' ) ):
/**
* Display page title on archive pages
* @since .592
*/
function alienship_archive_page_title() { ?>

Expand Down Expand Up @@ -323,16 +309,13 @@ function alienship_archive_page_title() { ?>

</header>
<?php }
endif;



if ( ! function_exists( 'alienship_link_format_helper' ) ) :
/**
* Returns the first post link and/or post content without the link.
* Used for the "Link" post format.
*
* @since 1.0.1
* @param string $output "link" or "post_content"
* @return string Link or Post Content without link.
*/
Expand Down Expand Up @@ -361,11 +344,9 @@ function alienship_link_format_helper( $output = false ) {
if ( 'post_content' == $output )
return $post_content;
}
endif;



if ( ! function_exists( 'alienship_the_attached_image' ) ) :
/**
* Prints the attached image with a link to the next attached image.
*/
Expand Down Expand Up @@ -416,7 +397,6 @@ function alienship_the_attached_image() {
wp_get_attachment_image( $post->ID, $attachment_size )
);
}
endif;



Expand All @@ -425,8 +405,6 @@ function alienship_the_attached_image() {
*
* Taken from Twenty Fourteen theme
*
* @since Alien Ship 2.0
*
* @return array An array of WP_Post objects.
*/
function alienship_get_featured_posts() {
Expand All @@ -445,8 +423,6 @@ function alienship_get_featured_posts() {
/**
* A helper conditional function that returns a boolean value.
*
* @since Alien Ship 2.0
*
* @return bool Whether there are featured posts.
*/
function alienship_has_featured_posts() {
Expand Down
5 changes: 0 additions & 5 deletions inc/tweaks.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@
* Custom functions that act independently of the theme templates
*
* @package Alien Ship
* @since Alien Ship 0.1
*/

/**
* We don't need to self-close these tags in html5: <img>, <input>
* @since Alien Ship 0.3
*/
function alienship_remove_self_closing_tags( $input ) {

Expand All @@ -22,7 +20,6 @@ function alienship_remove_self_closing_tags( $input ) {

/**
* Style comment reply links as buttons
* @since 1.0
*/
function alienship_comment_reply_link( $link ) {

Expand All @@ -44,8 +41,6 @@ function alienship_excerpt_more( $more ) {

/**
* Filter in a link to a content ID attribute for the next/previous image links on image attachment pages
*
* @since Alien Ship 0.1
*/
function alienship_enhanced_image_navigation( $url, $id ) {

Expand Down
1 change: 0 additions & 1 deletion inc/widgets/widget-nav-stacked-pills-menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*
* @package Alien Ship
* @subpackage Widgets
* @since .93
*/
class Nav_Stacked_Pills_Menu_Widget extends WP_Nav_Menu_Widget {

Expand Down
1 change: 0 additions & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
* The main template file.
*
* @package Alien Ship
* @since Alien Ship 0.1
*/

get_header(); ?>
Expand Down
1 change: 0 additions & 1 deletion page.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* different template.
*
* @package Alien Ship
* @since Alien Ship 0.1
*/

get_header(); ?>
Expand Down
1 change: 0 additions & 1 deletion search.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
* The template for displaying Search Results pages.
*
* @package Alien Ship
* @since Alien Ship 0.1
*/

get_header(); ?>
Expand Down
1 change: 0 additions & 1 deletion searchform.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
* The template for displaying search forms in Alien Ship
*
* @package Alien Ship
* @since Alien Ship 0.1
*/
?>
<form role="search" method="get" class="search-form" action="<?php echo esc_url( home_url( '/' ) ); ?>">
Expand Down
1 change: 0 additions & 1 deletion sidebar.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
* The Sidebar containing the main widget areas.
*
* @package Alien Ship
* @since Alien Ship 0.1
*/
?>
<?php if ( current_theme_supports( 'theme-layouts' ) && 'layout-1c' !== theme_layouts_get_layout() || !current_theme_supports( 'theme-layouts' ) ) : ?>
Expand Down
Loading

0 comments on commit e7cb8e4

Please sign in to comment.