Skip to content

Commit

Permalink
Updated localization files for 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Frumph committed Dec 29, 2013
1 parent 0a97bad commit bc68f9c
Show file tree
Hide file tree
Showing 4 changed files with 2,232 additions and 3 deletions.
4 changes: 2 additions & 2 deletions functions.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?php

/*
function comicpress_child_modify_post_link( $url, $bleah ) {
$url = str_replace('comic/', '', $url);
return $url;
}
add_filter( 'sharing_permalink', 'comicpress_child_modify_post_link', 10, 2 );

*/
add_action('after_setup_theme', 'comicpress_setup');
add_action('wp_enqueue_scripts', 'comicpress_enqueue_theme_scripts');
add_action('widgets_init', 'comicpress_register_sidebars');
Expand Down
Binary file added lang/en_US.mo
Binary file not shown.
Loading

0 comments on commit bc68f9c

Please sign in to comment.