https://github.com/webdeveric/trim-widget-descriptions
https://github.com/webdeveric/trim-widget-descriptions
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/webdeveric/trim-widget-descriptions
- Owner: webdeveric
- Created: 2014-09-21T00:55:34.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-08T05:06:40.000Z (over 9 years ago)
- Last Synced: 2025-01-12T09:12:38.358Z (4 months ago)
- Language: PHP
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
=== Trim Widget Descriptions ===
Plugin Name: Trim Widget Descriptions
Contributors: webdeveric
Author URI: http://webdeveric.com/
Plugin URI: http://phplug.in/
Tags: admin, widgets, user interface
Requires at least: 3.0.0
Tested up to: 4.4.0
Stable tag: 0.2.2This plugin allows you to shorten or hide the description under each widget on the the widgets admin page.
== Description ==
This plugin allows you to shorten or hide the description under each widget on the the widgets admin page.
== Installation ==
1. Upload `trim-widget-descriptions` folder to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Go to /wp-admin/widgets.php to change the description length.== Changelog ==
= 0.2.2 =
* Updated ellipsis function.
* Works in WP 4.2.0.= 0.2.1 =
* Minor code clean up and verify compatibility with WordPress 3.8.1.= 0.2 =
* Added deactivation hook.= 0.1 =
* Initial build of plugin. Nothing fancy.