Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

3 anos atrás
12345678910111213141516171819202122232425262728293031323334353637
  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';