Make WordPress Core


Ignore:
Timestamp:
05/18/2009 08:29:26 PM (16 years ago)
Author:
azaozz
Message:

Clean the cache-manifests, make $manifest_version and $tinymce_version global vars accessible from the manifest

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/version.php

    r11383 r11388  
    1818$wp_db_version = 10851;
    1919
    20 ?>
     20/**
     21 * Holds the TinyMCE version
     22 *
     23 * @global string $tinymce_version
     24 */
     25$tinymce_version = '323';
     26
     27/**
     28 * Holds the cache manifest version
     29 *
     30 * @global string $manifest_version
     31 */
     32$manifest_version = '20090517';
Note: See TracChangeset for help on using the changeset viewer.