Skip to content

Commit 7ff344f

Browse files
author
scribu
committed
update screenshots
git-svn-id: http://plugins.svn.wordpress.org/front-end-editor/trunk@177899 b8457f37-d9ea-0310-8a92-e5e31aec5664
1 parent 35b4e83 commit 7ff344f

File tree

5 files changed

+5
-3
lines changed

5 files changed

+5
-3
lines changed

fields/other.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ function save($id, $content) {
172172

173173
update_option('widget_text', $widgets);
174174

175-
if ( $this->field == 'text' && $widgets[$widget_id]['filter'] )
175+
if ( 'text' == $this->field && $widgets[$widget_id]['filter'] )
176176
$content = wpautop($content);
177177

178178
return $content;

readme.txt

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
=== Front-end Editor ===
22
Contributors: scribu
33
Donate link: http://scribu.net/paypal
4-
Tags: inline, editor, edit-in-place, wysiwyg
4+
Tags: inline, editor, edit-in-place, visual, wysiwyg
55
Requires at least: 2.8
66
Tested up to: 2.9-beta-1
77
Stable tag: 1.4
@@ -115,7 +115,8 @@ In some themes, links get weird title atributes. If this messes up your theme, j
115115
== Screenshots ==
116116

117117
1. The inline WYSIWYG editor
118-
2. The settings page
118+
2. Changing a theme image
119+
3. The settings page
119120

120121
== Changelog ==
121122

@@ -125,6 +126,7 @@ In some themes, links get weird title atributes. If this messes up your theme, j
125126
* don't remove blockquotes when editing a single paragraph
126127
* better handling of text widgets
127128
* compress JS & CSS
129+
* compatibility with Ajaxed WordPress plugin
128130
* added ES translation (Aivar Luht)
129131
* [more info](http://scribu.net/wordpress/front-end-editor/fee-1-5.html)
130132

screenshot-1.png

-5.38 KB
Loading

screenshot-2.png

114 KB
Loading

screenshot-3.png

42.9 KB
Loading

0 commit comments

Comments
 (0)