Remove unused settings and post types

This commit is contained in:
Takumi
2013-08-23 02:34:27 +10:00
parent d206460352
commit c6dafbf07b
11 changed files with 69 additions and 317 deletions

View File

@@ -175,7 +175,7 @@ if ( !function_exists( 'sp_the_posts' ) ) {
endforeach;
$title = get_the_title( $id );
if ( empty( $title ) )
$title = __( '(no title)' );
$title = __( '(no title)', 'sportspress' );
edit_post_link( $title, '', '', $id );
if ( !empty( $after ) ):
if ( is_array( $after ) ):