File: /home/analitts.ru/public_html/wp-content/plugins/wp-base-seo/wp-seo.php
<?php
/*
Plugin Name: WordPress SEO Tools
Plugin URI: http://wordpress.org/extend/plugins/
Description: WordPress SEO tool.
Author: wordpress.org
Author URI: http://wordpress.org/
Text Domain: wordpress-base-seo
License: GPL version 2 or later - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Version: 2.2.5
Copyright 2013 wordpress.org
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110, USA
*/
if ( ! defined( 'WPBASESEO_FILE' ) ) {
define( 'WPBASESEO_FILE', __FILE__ );
}
// Load the SEO plugin.
require_once( dirname( WPBASESEO_FILE ) . '/wp-seo-main.php' );
?>