Changeset 1344350
- Timestamp:
- 02/05/2016 11:16:16 PM (10 years ago)
- Location:
- square-bracket-hack-prevention/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
square-bracket-hack-prevention.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
square-bracket-hack-prevention/trunk/readme.txt
r1306624 r1344350 4 4 Tags: redirect, security, WPSOS, htaccess, hack, protect, protection 5 5 Requires at least: 3.0.1 6 Tested up to: 4.4 6 Tested up to: 4.4.2 7 7 Stable tag: 1.0 8 8 License: GPLv2 or later -
square-bracket-hack-prevention/trunk/square-bracket-hack-prevention.php
r1306624 r1344350 17 17 if ( strpos( $file, 'square-bracket-hack-prevention.php' ) !== false ) { 18 18 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>' ) ); 21 21 } 22 22 return $links;
Note: See TracChangeset
for help on using the changeset viewer.