Changeset 13818 for trunk/src/bp-core/bp-core-cssjs.php
- Timestamp:
- 04/28/2024 12:23:47 PM (2 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-core/bp-core-cssjs.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-cssjs.php
r13709 r13818 328 328 <style type="text/css"> 329 329 .jcrop-holder { float: left; margin: 0 20px 20px 0; text-align: left; } 330 #avatar-crop-pane { width: <?php echo bp_core_avatar_full_width() ?>px; height: <?php echo bp_core_avatar_full_height()?>px; overflow: hidden; }330 #avatar-crop-pane { width: <?php echo intval( bp_core_avatar_full_width() ); ?>px; height: <?php echo intval( bp_core_avatar_full_height() ); ?>px; overflow: hidden; } 331 331 #avatar-crop-submit { margin: 20px 0; } 332 332 .jcrop-holder img, … … 348 348 ?> 349 349 350 <script type="text/javascript">var ajaxurl = '<?php echo bp_core_ajax_url(); ?>';</script>350 <script type="text/javascript">var ajaxurl = '<?php echo esc_url( bp_core_ajax_url() ); ?>';</script> 351 351 352 352 <?php
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)