diff --git a/includes/class.content_utilities.php b/includes/class.content_utilities.php index 2e5f4e8..1e310df 100644 --- a/includes/class.content_utilities.php +++ b/includes/class.content_utilities.php @@ -786,9 +786,9 @@ function admin_page_manage($type, $action) { ?>
- + + - +
@@ -881,9 +881,9 @@ function admin_page_manage($type, $action) {

diff --git a/includes/class.structure.php b/includes/class.structure.php index cca955e..7f0fb96 100644 --- a/includes/class.structure.php +++ b/includes/class.structure.php @@ -734,7 +734,7 @@ function admin_manage_posts_custom_column($column_name, $post_id) { echo $this->util->build_script_element($this->util->extend_client_object('posts.data', $data)); //echo ''; } else - _e('None'); + _e('None', 'cornerstone'); } /** diff --git a/main.php b/main.php index 900faea..60d51b0 100644 --- a/main.php +++ b/main.php @@ -3,7 +3,7 @@ Plugin Name: Cornerstone Plugin URI: http://archetyped.com/tools/cornerstone/ Description: Enhanced content management for Wordpress -Version: 0.7.4 +Version: 0.7.5 Author: Archetyped Author URI: http://archetyped.com Text Domain: cornerstone diff --git a/package.json b/package.json index 155cb29..4dbdf45 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cornerstone", - "version": "0.7.4", + "version": "0.7.5", "title": "Cornerstone", "description": "Enhanced content management for Wordpress", "author": "Archetyped ", diff --git a/readme.txt b/readme.txt index 4488d64..2b7e385 100644 --- a/readme.txt +++ b/readme.txt @@ -56,6 +56,9 @@ Post your questions/comments at [Cornerstone's official issue tracker](https://g 1. Quickly modify a post's section == Changelog == += 0.7.5 = +* Update: Use plugin-specific text domain for localized strings + = 0.7.4 = * Add: Text Domain header for translations