Changeset 1358969
- Timestamp:
- 02/26/2016 04:00:51 PM (10 years ago)
- Location:
- wp-custom-backend-css/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
wp-custom-backend-css.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-custom-backend-css/trunk/readme.txt
r1358958 r1358969 1 2 3 1 === WP CUSTOM BACKEND CSS === 4 5 Creator: Paolo Falomo 6 7 8 2 Contributors: xpol555 9 3 Tags: custom, css, backend, themes, backend customization, customization 10 11 12 13 Requires at least: 3.5 14 15 16 17 Tested up to: 4.1 18 19 20 21 Stable tag: 1.0 22 23 24 25 License: GPLv2 26 27 28 4 Requires at least: 3.5.1 5 Tested up to: 4.4.2 6 Stable tag: 4.4.2 7 License: GPLv2 or later 29 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 30 9 31 32 33 34 35 36 37 10 Style Your Wordpress Backend! 38 11 39 12 == Description == 40 13 41 14 With this plugin you can add custom style to your wordpress backend. This first release will have the basic (cool!) editor. We'll add themes and utils soon! 42 15 43 16 This plugin has been created with a precise mission: give users a design experience diffent on wordpress. 44 17 18 It uses a JS library to make the editor cool, called [CodeMirror] (more info here: http://codemirror.net/) other stuff has been developed from me, Paolo Falomo 45 19 46 20 47 Creating this plugin has been used a jquery library to make the editor cool, called "CodeMirror" (more info here: http://codemirror.net/) other stuff has been developed from me, Paolo Falomo 21 **Plugin Features**: 22 23 * Change your backend css 48 24 49 25 26 == Changelog == 50 27 28 = 1.0 = 29 * Initial release 30 31 == Credits == 32 33 [CODEMIRROR.NET](http://codemirror.net/) 34 35 Plugin Author: [Paolo Falomo](http://www.paolofalomo.it/) 36 -
wp-custom-backend-css/trunk/wp-custom-backend-css.php
r1358958 r1358969 2 2 /* 3 3 Plugin Name: Wordpress Custom Css 4 Plugin URI: http ://paolofalomo.it/4 Plugin URI: https://wordpress.org/plugins/wp-custom-backend-css/ 5 5 Description: With this plugin you can add custom style to your wordpress backend. This first release will have the basic (cool!) editor. We'll add themes and utils soon! 6 Author: Paolo Falomo6 Author: xpol555 7 7 Version: 1.0 8 Author URI: http ://paolofalomo.it/8 Author URI: https://profiles.wordpress.org/xpol555/ 9 9 */ 10 10
Note: See TracChangeset
for help on using the changeset viewer.