Changeset 1344353
- Timestamp:
- 02/05/2016 11:17:14 PM (10 years ago)
- Location:
- unblock-cs-jss-for-googlebot/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
unblock-css-js-for-googlebot.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
unblock-cs-jss-for-googlebot/trunk/readme.txt
r1306626 r1344353 4 4 Tags: googlebot,robots.txt,robots,seo 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 -
unblock-cs-jss-for-googlebot/trunk/unblock-css-js-for-googlebot.php
r1269969 r1344353 34 34 if ( strpos( $file, 'unblock-css-js-for-googlebot.php' ) !== false ) { 35 35 36 $links = array_merge( $links, array( '<a href="http://www.wpsos.io/wordpress-plugin-unblock-css-js-for-googlebot/">' . __( 'Plugin details' , 'simple-embed-code') . '</a>' ) );37 $links = array_merge( $links, array( '<a href="http://www.wpsos.io/"> ' . __( 'WPSOS - WordPress Security, Optimization & Speed', 'simple-embed-code' ) . '</a>' ) );36 $links = array_merge( $links, array( '<a href="http://www.wpsos.io/wordpress-plugin-unblock-css-js-for-googlebot/">' . __( 'Plugin details' ) . '</a>' ) ); 37 $links = array_merge( $links, array( '<a href="http://www.wpsos.io/">WPSOS - WordPress Security & Hack Repair</a>' ) ); 38 38 } 39 39 return $links;
Note: See TracChangeset
for help on using the changeset viewer.