Changeset 1151682
- Timestamp:
- 05/02/2015 09:21:48 AM (11 years ago)
- Location:
- gregs-high-performance-seo
- Files:
-
- 2 edited
- 24 copied
-
tags/1.6.4 (copied) (copied from gregs-high-performance-seo/trunk)
-
tags/1.6.4/ghpseo-options-functions.php (copied) (copied from gregs-high-performance-seo/trunk/ghpseo-options-functions.php)
-
tags/1.6.4/ghpseo-options.php (copied) (copied from gregs-high-performance-seo/trunk/ghpseo-options.php)
-
tags/1.6.4/ghpseo-setup-functions.php (copied) (copied from gregs-high-performance-seo/trunk/ghpseo-setup-functions.php)
-
tags/1.6.4/ghpseo-sledgehammer-mode.php (copied) (copied from gregs-high-performance-seo/trunk/ghpseo-sledgehammer-mode.php)
-
tags/1.6.4/ghpseo-writing-functions.php (copied) (copied from gregs-high-performance-seo/trunk/ghpseo-writing-functions.php)
-
tags/1.6.4/ghpseo-writing.php (copied) (copied from gregs-high-performance-seo/trunk/ghpseo-writing.php)
-
tags/1.6.4/ghpseo.php (copied) (copied from gregs-high-performance-seo/trunk/ghpseo.php) (2 diffs)
-
tags/1.6.4/options-set/extra/ghpseo-options-donating.txt (copied) (copied from gregs-high-performance-seo/trunk/options-set/extra/ghpseo-options-donating.txt)
-
tags/1.6.4/options-set/extra/ghpseo-options-headmeta.txt (copied) (copied from gregs-high-performance-seo/trunk/options-set/extra/ghpseo-options-headmeta.txt)
-
tags/1.6.4/options-set/extra/ghpseo-options-instructions.txt (copied) (copied from gregs-high-performance-seo/trunk/options-set/extra/ghpseo-options-instructions.txt)
-
tags/1.6.4/options-set/extra/ghpseo-options-legacy.txt (copied) (copied from gregs-high-performance-seo/trunk/options-set/extra/ghpseo-options-legacy.txt)
-
tags/1.6.4/options-set/extra/ghpseo-options-maintitles.txt (copied) (copied from gregs-high-performance-seo/trunk/options-set/extra/ghpseo-options-maintitles.txt)
-
tags/1.6.4/options-set/extra/ghpseo-options-pagedcomments.txt (copied) (copied from gregs-high-performance-seo/trunk/options-set/extra/ghpseo-options-pagedcomments.txt)
-
tags/1.6.4/options-set/extra/ghpseo-options-secondarydesc.txt (copied) (copied from gregs-high-performance-seo/trunk/options-set/extra/ghpseo-options-secondarydesc.txt)
-
tags/1.6.4/options-set/extra/ghpseo-options-secondarytitles.txt (copied) (copied from gregs-high-performance-seo/trunk/options-set/extra/ghpseo-options-secondarytitles.txt)
-
tags/1.6.4/options-set/extra/ghpseo-options.txt (copied) (copied from gregs-high-performance-seo/trunk/options-set/extra/ghpseo-options.txt)
-
tags/1.6.4/options-set/ghpseo-options-donating.ini (copied) (copied from gregs-high-performance-seo/trunk/options-set/ghpseo-options-donating.ini)
-
tags/1.6.4/options-set/ghpseo-options-headmeta.ini (copied) (copied from gregs-high-performance-seo/trunk/options-set/ghpseo-options-headmeta.ini)
-
tags/1.6.4/options-set/ghpseo-options-instructions.ini (copied) (copied from gregs-high-performance-seo/trunk/options-set/ghpseo-options-instructions.ini)
-
tags/1.6.4/options-set/ghpseo-options-secondarydesc.ini (copied) (copied from gregs-high-performance-seo/trunk/options-set/ghpseo-options-secondarydesc.ini)
-
tags/1.6.4/options-set/ghpseo-options.ini (copied) (copied from gregs-high-performance-seo/trunk/options-set/ghpseo-options.ini)
-
tags/1.6.4/readme.txt (copied) (copied from gregs-high-performance-seo/trunk/readme.txt) (3 diffs)
-
tags/1.6.4/uninstall.php (copied) (copied from gregs-high-performance-seo/trunk/uninstall.php)
-
trunk/ghpseo.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gregs-high-performance-seo/tags/1.6.4/ghpseo.php
r1106149 r1151682 4 4 Plugin URI: http://gregsplugins.com/lib/plugin-details/gregs-high-performance-seo/ 5 5 Description: Configure over 100 separate on-page SEO characteristics. Fewer than 700 lines of code per page view. No junk: just high performance SEO at its best. 6 Version: 1.6. 36 Version: 1.6.4 7 7 Author: Greg Mulhauser 8 8 Author URI: http://gregsplugins.com/ … … 330 330 if ( !$secondary ) $secondary = get_the_title( $this->id_to_check() ); 331 331 } // end of secondary titles enabled 332 $secondary = ltrim( wp_title( '', false ) );333 if ( !$secondary )$secondary = get_the_title( $this->id_to_check() );332 else 333 $secondary = get_the_title( $this->id_to_check() ); 334 334 return $secondary; 335 335 } // end getting secondary title -
gregs-high-performance-seo/tags/1.6.4/readme.txt
r1140489 r1151682 4 4 Tags: seo, title, keywords, tags, meta, metadata, meta keywords, meta description, excerpt, paged comments, comments, duplicate content, head, canonical, google, noindex, nofollow, noodp, noydir, archives, title case, search engine optimization, WPMU, WordPress MU, WordPress Multiuser, greg mulhauser 5 5 Requires at least: 2.7 6 Tested up to: 4.2 7 Stable tag: 1.6. 36 Tested up to: 4.2.1 7 Stable tag: 1.6.4 8 8 License: GPLv3 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 19 19 = New in This Version = 20 20 21 * Updates to documentation and code improvements 22 * Note on portfolion of plugins now available for adoption 21 * Fix for default secondary title handling 23 22 24 23 = Introduction = … … 136 135 == Upgrade Notice == 137 136 138 = 1.6.3, 5 March 2015 = 139 * Updates to documentation and code improvements 140 * Note on portfolion of plugins now available for adoption 137 = 1.6.4, 2 May 2015 = 138 * Fix for default secondary title handling 141 139 142 140 == Changelog == 141 142 = 1.6.4, 2 May 2015 = 143 * Fix for default secondary title handling 143 144 144 145 = 1.6.3, 5 March 2015 = -
gregs-high-performance-seo/trunk/ghpseo.php
r1106149 r1151682 4 4 Plugin URI: http://gregsplugins.com/lib/plugin-details/gregs-high-performance-seo/ 5 5 Description: Configure over 100 separate on-page SEO characteristics. Fewer than 700 lines of code per page view. No junk: just high performance SEO at its best. 6 Version: 1.6. 36 Version: 1.6.4 7 7 Author: Greg Mulhauser 8 8 Author URI: http://gregsplugins.com/ … … 330 330 if ( !$secondary ) $secondary = get_the_title( $this->id_to_check() ); 331 331 } // end of secondary titles enabled 332 $secondary = ltrim( wp_title( '', false ) );333 if ( !$secondary )$secondary = get_the_title( $this->id_to_check() );332 else 333 $secondary = get_the_title( $this->id_to_check() ); 334 334 return $secondary; 335 335 } // end getting secondary title -
gregs-high-performance-seo/trunk/readme.txt
r1140489 r1151682 4 4 Tags: seo, title, keywords, tags, meta, metadata, meta keywords, meta description, excerpt, paged comments, comments, duplicate content, head, canonical, google, noindex, nofollow, noodp, noydir, archives, title case, search engine optimization, WPMU, WordPress MU, WordPress Multiuser, greg mulhauser 5 5 Requires at least: 2.7 6 Tested up to: 4.2 7 Stable tag: 1.6. 36 Tested up to: 4.2.1 7 Stable tag: 1.6.4 8 8 License: GPLv3 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 19 19 = New in This Version = 20 20 21 * Updates to documentation and code improvements 22 * Note on portfolion of plugins now available for adoption 21 * Fix for default secondary title handling 23 22 24 23 = Introduction = … … 136 135 == Upgrade Notice == 137 136 138 = 1.6.3, 5 March 2015 = 139 * Updates to documentation and code improvements 140 * Note on portfolion of plugins now available for adoption 137 = 1.6.4, 2 May 2015 = 138 * Fix for default secondary title handling 141 139 142 140 == Changelog == 141 142 = 1.6.4, 2 May 2015 = 143 * Fix for default secondary title handling 143 144 144 145 = 1.6.3, 5 March 2015 =
Note: See TracChangeset
for help on using the changeset viewer.