Changeset 6288
- Timestamp:
- 12/19/2017 05:14:51 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/metabox/class-author.php
r6287 r6288 31 31 jQuery( function( $ ) { 32 32 $( '#post_author_username' ).autocomplete( { 33 source: '<?php echo esc_js( $source ); ?>',33 source: '<?php echo $source; ?>', 34 34 minLength: 2, 35 35 delay: 700,
Note: See TracChangeset
for help on using the changeset viewer.