Changeset 2307707
- Timestamp:
- 05/19/2020 07:35:01 AM (6 years ago)
- Location:
- ws-comments-hider
- Files:
-
- 7 edited
-
assets/banner-772x250.png (modified) (previous)
-
assets/icon-128x128.png (modified) (previous)
-
assets/icon-256x256.png (modified) (previous)
-
tags/1.0.0/readme.txt (modified) (1 diff)
-
tags/1.0.0/ws-comments-hider.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/ws-comments-hider.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ws-comments-hider/tags/1.0.0/readme.txt
r2062215 r2307707 3 3 Tags: admin, administration, access, closed, comments 4 4 Requires at least: 4.8 5 Tested up to: 5. 15 Tested up to: 5.4.1 6 6 Stable tag: 1.0.0 7 7 License: GPLv2 or later -
ws-comments-hider/tags/1.0.0/ws-comments-hider.php
r2062215 r2307707 5 5 * Description: Hide comments functionality in frontend and backend 6 6 * Version: 1.0.0 7 * Author: WebShark8 * Author URI: https://www.w ebshark.ee/7 * Author: UusWeb.ee 8 * Author URI: https://www.wordpressi-kodulehe-tegemine.ee/ 9 9 * Text Domain: ws-comments-hider 10 10 **/ … … 13 13 } 14 14 15 class WS_Comments_Hider { 15 class WS_Comments_Hider { 16 16 public function __construct(){ 17 17 add_action( 'plugins_loaded', array( $this, 'ws_comments_hider_load_textdomain' ) ); -
ws-comments-hider/trunk/readme.txt
r2062215 r2307707 3 3 Tags: admin, administration, access, closed, comments 4 4 Requires at least: 4.8 5 Tested up to: 5. 15 Tested up to: 5.4.1 6 6 Stable tag: 1.0.0 7 7 License: GPLv2 or later -
ws-comments-hider/trunk/ws-comments-hider.php
r2062215 r2307707 5 5 * Description: Hide comments functionality in frontend and backend 6 6 * Version: 1.0.0 7 * Author: WebShark8 * Author URI: https://www.w ebshark.ee/7 * Author: UusWeb.ee 8 * Author URI: https://www.wordpressi-kodulehe-tegemine.ee/ 9 9 * Text Domain: ws-comments-hider 10 10 **/ … … 13 13 } 14 14 15 class WS_Comments_Hider { 15 class WS_Comments_Hider { 16 16 public function __construct(){ 17 17 add_action( 'plugins_loaded', array( $this, 'ws_comments_hider_load_textdomain' ) );
Note: See TracChangeset
for help on using the changeset viewer.