Plugin Directory

Changeset 2307707


Ignore:
Timestamp:
05/19/2020 07:35:01 AM (6 years ago)
Author:
silvermuru
Message:

Updated assets

Location:
ws-comments-hider
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • ws-comments-hider/tags/1.0.0/readme.txt

    r2062215 r2307707  
    33Tags: admin, administration, access, closed, comments
    44Requires at least: 4.8
    5 Tested up to: 5.1
     5Tested up to: 5.4.1
    66Stable tag: 1.0.0
    77License: GPLv2 or later
  • ws-comments-hider/tags/1.0.0/ws-comments-hider.php

    r2062215 r2307707  
    55* Description: Hide comments functionality in frontend and backend
    66* Version: 1.0.0
    7 * Author: WebShark
    8 * Author URI: https://www.webshark.ee/
     7* Author: UusWeb.ee
     8* Author URI: https://www.wordpressi-kodulehe-tegemine.ee/
    99* Text Domain: ws-comments-hider
    1010**/
     
    1313}
    1414
    15 class WS_Comments_Hider {   
     15class WS_Comments_Hider {
    1616    public function __construct(){
    1717        add_action( 'plugins_loaded', array( $this, 'ws_comments_hider_load_textdomain' ) );
  • ws-comments-hider/trunk/readme.txt

    r2062215 r2307707  
    33Tags: admin, administration, access, closed, comments
    44Requires at least: 4.8
    5 Tested up to: 5.1
     5Tested up to: 5.4.1
    66Stable tag: 1.0.0
    77License: GPLv2 or later
  • ws-comments-hider/trunk/ws-comments-hider.php

    r2062215 r2307707  
    55* Description: Hide comments functionality in frontend and backend
    66* Version: 1.0.0
    7 * Author: WebShark
    8 * Author URI: https://www.webshark.ee/
     7* Author: UusWeb.ee
     8* Author URI: https://www.wordpressi-kodulehe-tegemine.ee/
    99* Text Domain: ws-comments-hider
    1010**/
     
    1313}
    1414
    15 class WS_Comments_Hider {   
     15class WS_Comments_Hider {
    1616    public function __construct(){
    1717        add_action( 'plugins_loaded', array( $this, 'ws_comments_hider_load_textdomain' ) );
Note: See TracChangeset for help on using the changeset viewer.