mirror of
https://github.com/Frumph/comic-easel.git
synced 2026-07-19 13:29:13 -04:00
1.6.1 Attempt to fix the language files and directory
This commit is contained in:
+6
-5
@@ -3,7 +3,7 @@
|
||||
Plugin Name: Comic Easel
|
||||
Plugin URI: http://comiceasel.com
|
||||
Description: Comic Easel allows you to incorporate a WebComic using the WordPress Media Library functionality with Navigation into almost all WordPress themes. With just a few modifications of adding injection do_action locations into a theme, you can have the theme of your choice display and manage a webcomic.
|
||||
Version: 1.6
|
||||
Version: 1.6.1
|
||||
Author: Philip M. Hofer (Frumph)
|
||||
Author URI: http://frumph.net/
|
||||
|
||||
@@ -207,10 +207,6 @@ function ceo_generate_date_archives($cpt, $wp_rewrite) {
|
||||
return $rules;
|
||||
}
|
||||
|
||||
|
||||
// load the comiceasel language translations
|
||||
load_plugin_textdomain('comiceasel', false, basename( dirname( __FILE__ ) ) . '/languages');
|
||||
|
||||
// Create CEO Specific Sidebars regardless if they already exist.
|
||||
function ceo_register_sidebars() {
|
||||
if (ceo_pluginfo('enable_comic_sidebar_locations')) {
|
||||
@@ -468,3 +464,8 @@ foreach (glob(ceo_pluginfo('plugin_path') . 'widgets/*.php') as $widgefile) {
|
||||
require_once($widgefile);
|
||||
}
|
||||
|
||||
function ceo_language_init() {
|
||||
load_plugin_textdomain( 'comiceasel', false, dirname( plugin_basename( __FILE__ ) ) . '/lang/' );
|
||||
}
|
||||
|
||||
add_action('plugins_loaded', 'ceo_language_init');
|
||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
+4
-2
@@ -3,7 +3,7 @@ Contributors: Frumph
|
||||
Tags: comiceasel, easel, webcomic, comic, webcomic
|
||||
Requires at least: 3.2
|
||||
Tested up to: 3.8.1
|
||||
Stable tag: 1.6
|
||||
Stable tag: 1.6.1
|
||||
Donate link: http://frumph.net
|
||||
License: GPLv3 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
||||
@@ -14,7 +14,6 @@ Comic Easel allows you to post webcomics to your theme.
|
||||
== Description ==
|
||||
|
||||
Comic Easel Website: [Comic Easel](http://comiceasel.com/ "Comic Easel - Plugin your WebComic")
|
||||
Tech Support Forum: [Frumph.NET Forums](http://forum.frumph.net/ "The Forums for Frumph.NET")
|
||||
|
||||
Comic Easel allows you to incorporate a WebComic using the WordPress Media Library functionality with Navigation into almost any WordPress theme. With just a few modifications of adding *injection* action locations into a theme, you can have the theme of your choice display a comic.
|
||||
|
||||
@@ -126,6 +125,9 @@ The comic navigation widget is only seen if you have the comic sidebar's enabled
|
||||
|
||||
|
||||
== Changelog ==
|
||||
= 1.6.1 =
|
||||
Attempt to fix the language text domain and directory
|
||||
|
||||
= 1.6 =
|
||||
Can select which chapter appears on the home page (or all)
|
||||
removed click comic for larger version text
|
||||
|
||||
Reference in New Issue
Block a user