Changeset 2233672
- Timestamp:
- 01/27/2020 07:44:45 AM (6 years ago)
- Location:
- s-dev-seo/trunk
- Files:
-
- 3 edited
-
inc/replace.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
sdev-seo.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
s-dev-seo/trunk/inc/replace.php
r2223323 r2233672 23 23 24 24 } 25 26 $title = addcslashes($title,'$'); /* Bugfix, preg_replace needs escaped dollar signs */ 25 27 26 28 if(!$desc = get_post_meta($post->ID,'sdevseo_desc', true)) { -
s-dev-seo/trunk/readme.txt
r2228975 r2233672 5 5 License URI: http://www.gnu.org/licenses/gpl-2.0.html 6 6 Tags: SEO, Title, Meta Description 7 Stable tag: 1. 57 Stable tag: 1.6 8 8 Tested up to: 5.3 9 9 Requires at least: 5.3 -
s-dev-seo/trunk/sdev-seo.php
r2228975 r2233672 4 4 Plugin Name: S-DEV SEO 5 5 Description: Add SEO Title and Meta Description fields to posts and pages 6 Version: 1. 56 Version: 1.6 7 7 Author: Rob von Bothmer / SeoDev 8 8 Author URI: https://www.seodev.se
Note: See TracChangeset
for help on using the changeset viewer.