[ Index ]

PHP Cross Reference of WordPress

title

Body

[close]

/wp-includes/ -> version.php (source)

   1  <?php
   2  /**
   3   * The WordPress version string
   4   *
   5   * @global string $wp_version
   6   */
   7  $wp_version = '3.4-beta4-20892';
   8  
   9  /**
  10   * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
  11   *
  12   * @global int $wp_db_version
  13   */
  14  $wp_db_version = 20596;
  15  
  16  /**
  17   * Holds the TinyMCE version
  18   *
  19   * @global string $tinymce_version
  20   */
  21  $tinymce_version = '349-20805';
  22  
  23  /**
  24   * Holds the cache manifest version
  25   *
  26   * @global string $manifest_version
  27   */
  28  $manifest_version = '20111113';
  29  
  30  /**
  31   * Holds the required PHP version
  32   *
  33   * @global string $required_php_version
  34   */
  35  $required_php_version = '5.2.4';
  36  
  37  /**
  38   * Holds the required MySQL version
  39   *
  40   * @global string $required_mysql_version
  41   */
  42  $required_mysql_version = '5.0';


Generated: Fri May 25 03:56:23 2012 Hosted by follow the white rabbit.