Changeset 7447
- Timestamp:
- 03/21/2008 09:25:03 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/script-loader.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r7432 r7447 53 53 $this->localize( 'wp-ajax', 'WPAjaxL10n', array( 54 54 'defaultUrl' => get_option( 'siteurl' ) . '/wp-admin/admin-ajax.php', 55 'permText' => __("You do n't have permission to do that."),55 'permText' => __("You do not have permission to do that."), 56 56 'strangeText' => __("Something strange happened. Try refreshing the page."), 57 57 'whoaText' => __("Slow down, I'm still sending your data!")
Note: See TracChangeset
for help on using the changeset viewer.