Plugin Directory

Changeset 1151682


Ignore:
Timestamp:
05/02/2015 09:21:48 AM (11 years ago)
Author:
GregMulhauser
Message:

obligatory message

Location:
gregs-high-performance-seo
Files:
2 edited
24 copied

Legend:

Unmodified
Added
Removed
  • gregs-high-performance-seo/tags/1.6.4/ghpseo.php

    r1106149 r1151682  
    44Plugin URI: http://gregsplugins.com/lib/plugin-details/gregs-high-performance-seo/
    55Description: 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.3
     6Version: 1.6.4
    77Author: Greg Mulhauser
    88Author URI: http://gregsplugins.com/
     
    330330            if ( !$secondary ) $secondary = get_the_title( $this->id_to_check() );
    331331        } // 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() );
    334334        return $secondary;
    335335    } // end getting secondary title
  • gregs-high-performance-seo/tags/1.6.4/readme.txt

    r1140489 r1151682  
    44Tags: 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
    55Requires at least: 2.7
    6 Tested up to: 4.2
    7 Stable tag: 1.6.3
     6Tested up to: 4.2.1
     7Stable tag: 1.6.4
    88License: GPLv3 or later
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    1919= New in This Version =
    2020
    21 * Updates to documentation and code improvements
    22 * Note on portfolion of plugins now available for adoption
     21* Fix for default secondary title handling
    2322
    2423= Introduction =
     
    136135== Upgrade Notice ==
    137136
    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
    141139
    142140== Changelog ==
     141
     142= 1.6.4, 2 May 2015 =
     143* Fix for default secondary title handling
    143144
    144145= 1.6.3, 5 March 2015 =
  • gregs-high-performance-seo/trunk/ghpseo.php

    r1106149 r1151682  
    44Plugin URI: http://gregsplugins.com/lib/plugin-details/gregs-high-performance-seo/
    55Description: 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.3
     6Version: 1.6.4
    77Author: Greg Mulhauser
    88Author URI: http://gregsplugins.com/
     
    330330            if ( !$secondary ) $secondary = get_the_title( $this->id_to_check() );
    331331        } // 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() );
    334334        return $secondary;
    335335    } // end getting secondary title
  • gregs-high-performance-seo/trunk/readme.txt

    r1140489 r1151682  
    44Tags: 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
    55Requires at least: 2.7
    6 Tested up to: 4.2
    7 Stable tag: 1.6.3
     6Tested up to: 4.2.1
     7Stable tag: 1.6.4
    88License: GPLv3 or later
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    1919= New in This Version =
    2020
    21 * Updates to documentation and code improvements
    22 * Note on portfolion of plugins now available for adoption
     21* Fix for default secondary title handling
    2322
    2423= Introduction =
     
    136135== Upgrade Notice ==
    137136
    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
    141139
    142140== Changelog ==
     141
     142= 1.6.4, 2 May 2015 =
     143* Fix for default secondary title handling
    143144
    144145= 1.6.3, 5 March 2015 =
Note: See TracChangeset for help on using the changeset viewer.