Plugin Directory

Changeset 807614

Timestamp:
11/20/2013 03:59:05 PM (11 years ago)
Author:
pbaylies
Message:

Improved aioseop_description filters, removed ad

File:
1 edited

Legend:

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

    r805127 r807614  
    582582
    583583                $description = $this->get_aioseop_description( $post );
     584
    584585               
    585586                if ( $this->strlen( $title ) > 70 ) $title = $this->trim_excerpt_without_filters( $title, 70 ) . '...';
     
    11701171                $description = $this->get_aioseop_description( $post );
    11711172           
     1173
     1174
    11721175            /*
    11731176                if ( $this->is_static_front_page() )
     
    19051908        if ( empty( $description ) && is_object( $post ) && !is_archive() && empty( $blog_page ) )
    19061909            $description = $this->get_post_description( $post );
    1907         $description = apply_filters( 'aioseop_description', $description );
    19081910        return $description;
    19091911    }
     
    25862588        add_meta_box('aioseop-list', __( "Join Our Mailing List", 'all_in_one_seo_pack' ), array( $this, 'display_extra_metaboxes'), 'aioseop_metaboxes', 'normal', 'core');
    25872589        add_meta_box('aioseop-about', "About <span style='float:right;'>Version <b>" . AIOSEOP_VERSION . "</b></span>", array( $this, 'display_extra_metaboxes'), 'aioseop_metaboxes', 'side', 'core');
    2588         add_meta_box('aioseop-hosting', __( "Recommended WordPress Hosting", 'all_in_one_seo_pack' ), array( $this, 'display_extra_metaboxes'), 'aioseop_metaboxes', 'side', 'core');
    25892590       
    25902591        add_action( 'aioseop_modules_add_menus', Array( $this, 'add_menu' ), 5 );
Note: See TracChangeset for help on using the changeset viewer.