=== Slash Edit ===
Contributors: ronalfy
Tags: admin, edit
Requires at least: 3.9.1
Tested up to: 4.0
Stable tag: 1.0.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Edit your posts or pages with a simple "/edit" at the end
== Description ==
Edit posts, pages, or custom post types by adding a "/edit" to the end of the URL. If you are not logged in, you will be prompted to log in in order to edit the item.
The "/edit" functionality also works on author and taxonomy archives.
This is useful if:
* You are not logged in, and want an easy shortcut to edit an item.
* You hate the admin bar and have disabled it, but still want an easy shortcut to edit an item.
Plugin banner and icon by matthewgriff.
The plugin is under active development over at GitHub.
== Installation ==
1. Just unzip and upload the "slash-edit" folder to your '/wp-content/plugins/' directory
2. Activate the plugin through the 'Plugins' menu in WordPress
== Frequently Asked Questions ==
= How do I use the plugin? =
Just browse to the post, page, or custom post type, and add "/edit" to the end (e.g., http://domain.com/posts/edit).
You'll need pretty permalinks enabled, which pretty much everyone already does.
= Will you allow quick editing of categories and other items later? =
It's already in there :D
= What about attachment pages? =
That one I couldn't figure out. Patches welcome.
= Where are the options? =
No options :)
= English is not my first language. Can I change the "/edit" into something else? =
Yep, just throw this code in a Site-specific plugin.
Just keep in mind that whatever you choose to override with must be alphanumeric characters. Something like edición will be parsed as edicion.
If you choose to use this filter, you'll need to update your permalinks or deactivate and reactivate the Slash Edit plugin.
== Changelog ==
= 1.0.0 =
* Released 2014-10-19
* Initial Release
== Upgrade Notice ==
= 1.0.0 =
Initial Release