Changeset 28483 for trunk/src/wp-admin/custom-header.php
- Timestamp:
- 05/18/2014 09:42:32 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/custom-header.php
r28481 r28483 353 353 header_text_fields; 354 354 355 publicfunction pickColor(color) {355 function pickColor(color) { 356 356 $('#name').css('color', color); 357 357 $('#desc').css('color', color); … … 359 359 } 360 360 361 publicfunction toggle_text() {361 function toggle_text() { 362 362 var checked = $('#display-header-text').prop('checked'), 363 363 text_color; … … 404 404 <script type="text/javascript"> 405 405 /* <![CDATA[ */ 406 publicfunction onEndCrop( coords ) {406 function onEndCrop( coords ) { 407 407 jQuery( '#x1' ).val(coords.x); 408 408 jQuery( '#y1' ).val(coords.y); … … 453 453 } 454 454 ?> 455 onInit: publicfunction () {455 onInit: function () { 456 456 jQuery('#width').val(xinit); 457 457 jQuery('#height').val(yinit);
Note: See TracChangeset
for help on using the changeset viewer.