Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 

38 rader
649 B

  1. <?php
  2. /**
  3. * The WordPress version string
  4. *
  5. * @global string $wp_version
  6. */
  7. $wp_version = '4.7.3';
  8. /**
  9. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
  10. *
  11. * @global int $wp_db_version
  12. */
  13. $wp_db_version = 38590;
  14. /**
  15. * Holds the TinyMCE version
  16. *
  17. * @global string $tinymce_version
  18. */
  19. $tinymce_version = '4403-20160901';
  20. /**
  21. * Holds the required PHP version
  22. *
  23. * @global string $required_php_version
  24. */
  25. $required_php_version = '5.2.4';
  26. /**
  27. * Holds the required MySQL version
  28. *
  29. * @global string $required_mysql_version
  30. */
  31. $required_mysql_version = '5.0';
  32. $wp_local_package = 'zh_CN';