Changeset 1344352
- Timestamp:
- 02/05/2016 11:16:58 PM (10 years ago)
- Location:
- tweak-hidden-options/trunk
- Files:
-
- 2 edited
-
options-functions.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tweak-hidden-options/trunk/options-functions.php
r1269956 r1344352 45 45 if ( strpos( $file, 'tweak-hidden-options.php' ) !== false ) { 46 46 47 $links = array_merge( $links, array( '<a href="http://www.wpsos.io/wordpress-plugin-tweak-hidden-options/">' . __( 'Plugin details' , 'simple-embed-code') . '</a>' ) );48 $links = array_merge( $links, array( '<a href="http://www.wpsos.io/"> ' . __( 'WPSOS - WordPress Security, Optimization & Speed', 'simple-embed-code' ) . '</a>' ) );47 $links = array_merge( $links, array( '<a href="http://www.wpsos.io/wordpress-plugin-tweak-hidden-options/">' . __( 'Plugin details' ) . '</a>' ) ); 48 $links = array_merge( $links, array( '<a href="http://www.wpsos.io/">WPSOS - WordPress Security & Hack Repair</a>' ) ); 49 49 } 50 50 return $links; -
tweak-hidden-options/trunk/readme.txt
r1306631 r1344352 4 4 Tags: options,configuration,config,gzip 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.01 8 8 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.