Support for Google Gears managed offline storage. Props azaozz. see #6965

git-svn-id: https://develop.svn.wordpress.org/trunk@7938 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-05-15 22:57:14 +00:00
parent 7706846865
commit 9702d81692
5 changed files with 304 additions and 0 deletions

View File

@@ -199,6 +199,12 @@ class WP_Scripts {
$this->localize( 'word-count', 'wordCountL10n', array(
'count' => __('Word count: %d')
));
$this->add( 'wp-gears', '/wp-admin/js/wp-gears.js', false, '20080511' );
$this->localize( 'wp-gears', 'wpGearsL10n', array(
'updateCompleted' => __('Update completed.'),
'error' => __('Error:')
));
}
}