Plugin Directory

Changeset 986625

Timestamp:
09/10/2014 04:57:07 PM (10 years ago)
Author:
pbaylies
Message:

Bugfix for variable name.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • all-in-one-seo-pack/trunk/aioseop_functions.php

    r979908 r986625  
    5454            }
    5555            if ( !empty( $aioseop_options['aiosp_archive_title_format'] ) && empty( $aioseop_options['aiosp_date_title_format'] ) ) {
    56                 $aioseop_options['aiosp_date_title_format'] = $aioseop_options['archive_title_format'];
     56                $aioseop_options['aiosp_date_title_format'] = $aioseop_options['archive_title_format'];
    5757                unset( $aioseop_options['aiosp_archive_title_format'] );
    5858                $update_options = true;
Note: See TracChangeset for help on using the changeset viewer.