Plugin Directory

Changeset 1344350


Ignore:
Timestamp:
02/05/2016 11:16:16 PM (10 years ago)
Author:
stubgo
Message:

Update tested up to version

Location:
square-bracket-hack-prevention/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • square-bracket-hack-prevention/trunk/readme.txt

    r1306624 r1344350  
    44Tags: redirect, security, WPSOS, htaccess, hack, protect, protection
    55Requires at least: 3.0.1
    6 Tested up to: 4.4
     6Tested up to: 4.4.2
    77Stable tag: 1.0
    88License: GPLv2 or later
  • square-bracket-hack-prevention/trunk/square-bracket-hack-prevention.php

    r1306624 r1344350  
    1717    if ( strpos( $file, 'square-bracket-hack-prevention.php' ) !== false ) {
    1818
    19         $links = array_merge( $links, array( '<a href="http://www.wpsos.io/wordpress-plugin-square-bracket-hack-prevention/">' . __( 'Plugin details', 'simple-embed-code' ) . '</a>' ) );
    20         $links = array_merge( $links, array( '<a href="http://www.wpsos.io/">' . __( 'WPSOS - WordPress Security, Optimization & Speed', 'simple-embed-code' ) . '</a>' ) );
     19        $links = array_merge( $links, array( '<a href="http://www.wpsos.io/wordpress-plugin-square-bracket-hack-prevention/">' . __( 'Plugin details' ) . '</a>' ) );
     20        $links = array_merge( $links, array( '<a href="http://www.wpsos.io/">WPSOS - WordPress Security & Hack Repair</a>' ) );
    2121    }
    2222    return $links;
Note: See TracChangeset for help on using the changeset viewer.