Changeset 945335 for no-page-comment
- Timestamp:
- 07/09/2014 02:08:42 AM (11 years ago)
- Location:
- no-page-comment
- Files:
-
- 10 added
- 2 edited
-
tags/1.0.5 (added)
-
tags/1.0.5/lang (added)
-
tags/1.0.5/lang/no-page-comment-es_ES.mo (added)
-
tags/1.0.5/lang/no-page-comment-sr_RS.mo (added)
-
tags/1.0.5/lang/no-page-comment.pot (added)
-
tags/1.0.5/no-page-comment-settings.php (added)
-
tags/1.0.5/no-page-comment.css (added)
-
tags/1.0.5/no-page-comment.php (added)
-
tags/1.0.5/page-comment.js (added)
-
tags/1.0.5/readme.txt (added)
-
trunk/no-page-comment.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
no-page-comment/trunk/no-page-comment.php
r871884 r945335 4 4 Plugin URI: http://sethalling.com/plugins/no-page-comment 5 5 Description: A plugin that uses javascript to disable comments by default on posts, pages and/or custom post types but leave them enabled on others, while still giving you the ability to individually set them on a page or post basis. 6 Version: 1.0. 46 Version: 1.0.5 7 7 Author: Seth Alling 8 8 Author URI: http://sethalling.com/ … … 76 76 // Plugin Constructor 77 77 function sta_npc_plugin() { 78 $this->plugin_dir = WP_PLUGIN_URL . '/' . $this->plugin_name;78 $this->plugin_dir = plugins_url( '/', __FILE__ ); 79 79 $this->plugin_file = $this->plugin_name . '.php'; 80 80 } -
no-page-comment/trunk/readme.txt
r895310 r945335 74 74 == Screenshots == 75 75 76 1. The Settings page on a fresh WordPress 3. 8installation76 1. The Settings page on a fresh WordPress 3.9 installation 77 77 78 78 == Changelog == 79 80 = 1.0.5 = 81 * FIX: Fix to make mu-plugin friendly. Thanks @swinggraphics. 79 82 80 83 = 1.0.4 =
Note: See TracChangeset
for help on using the changeset viewer.