Changeset 1732788
- Timestamp:
- 09/20/2017 09:26:02 AM (9 years ago)
- Location:
- essential-script
- Files:
-
- 4 edited
-
assets/banner-1544x500.png (modified) (previous)
-
assets/banner-772x250.png (modified) (previous)
-
trunk/classes/EssentialScript/Admin/Menu.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
essential-script/trunk/classes/EssentialScript/Admin/Menu.php
r1723339 r1732788 43 43 * @return string 44 44 */ 45 public function get_slug() {45 public static function get_slug() { 46 46 return self::$submenu_page; 47 47 } … … 52 52 * submenu_page property. 53 53 */ 54 public function init() {54 public static function init() { 55 55 // Checks if we are displaying the Dashboard or the admin's panel. 56 56 if ( is_admin() ) { -
essential-script/trunk/readme.txt
r1723538 r1732788 3 3 Tags: scripting, javascript, css, adsense, code, embed 4 4 Requires at least: 4.0 5 Tested up to: 4.8. 16 Stable tag: 4.8. 15 Tested up to: 4.8.2 6 Stable tag: 4.8.2 7 7 Requires PHP: 5.3 8 8 License: GPLv3 or later … … 33 33 Or install the plugin through the WordPress plugins screen directly. 34 34 35 == Development == 36 37 Sources of this plugin are available both in SVN and Git: 38 39 * [WordPress SVN repository](https://plugins.svn.wordpress.org/essential-script/) 40 * [GitHub](https://github.com/tetravalence/essential-script) 41 35 42 ### Known issue 36 43 … … 39 46 ### TODO 40 47 - [ ] Allow the use of wp_enqueue_scripts where is possible. It requires a checkbox. 48 - [ ] Support for Widgets. 49 - [ ] Support for Shortcodes 41 50 42 51 ==Screenshots==
Note: See TracChangeset
for help on using the changeset viewer.