Changeset 3021546
- Timestamp:
- 01/14/2024 01:57:44 PM (2 years ago)
- Location:
- toolbar-links/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
toolbar-links.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
toolbar-links/trunk/readme.txt
r2909679 r3021546 1 1 === Toolbar Links === 2 2 Contributors: stefanpejcic, pluginsclub 3 Donate link: https://plugins.club/ 3 Donate link: https://plugins.club/free-wordpress-plugins/ 4 4 Tags: toolbar, toolbar links, publish button, delete button, switch to draft, hide toolbar, disable toolbar, toolbar 5 5 Requires at least: 5.8 6 Tested up to: 6. 26 Tested up to: 6.4.2 7 7 Stable tag: 1.4 8 Requires PHP: 5.68 Requires PHP: 7.0 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 33 33 You will find new links added to the wp-admin toolbar: "Publish" / "Switch to Draft", and "Delete". 34 34 35 For basic usage, you can also have a look at the [plugin web site](https://plugins.club/ wordpress/toolbar-links/).35 For basic usage, you can also have a look at the [plugin web site](https://plugins.club/). 36 36 37 37 == Frequently Asked Questions == -
toolbar-links/trunk/toolbar-links.php
r2910019 r3021546 2 2 /** 3 3 * Plugin Name: Toolbar Links 4 * Plugin URI: https://plugins.club/ 4 * Plugin URI: https://plugins.club/free-wordpress-plugins/ 5 5 * Description: Adds a "Publish" or "Switch to Draft", and "Delete" links in toolbar to publish/unpublish or delete posts & pages from frontend. 6 6 * Version: 1.4 … … 10 10 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt 11 11 * Requires at least: 5.0 12 * Tested up to: 6. 212 * Tested up to: 6.4.2 13 13 */ 14 14
Note: See TracChangeset
for help on using the changeset viewer.