Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/29/2024 06:50:42 PM (20 months ago)
Author:
imath
Message:

BP Legacy: improve PHP code standards using WPCS

See #7228 (trunk)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/buddypress/members/single/profile/change-cover-image.php

    r12082 r13822  
    1010?>
    1111
    12 <h2><?php _e( 'Change Cover Image', 'buddypress' ); ?></h2>
     12<h2><?php esc_html_e( 'Change Cover Image', 'buddypress' ); ?></h2>
    1313
    1414<?php
     
    2121do_action( 'bp_before_profile_edit_cover_image' ); ?>
    2222
    23 <p><?php _e( 'Your Cover Image will be used to customize the header of your profile.', 'buddypress' ); ?></p>
     23<p><?php esc_html_e( 'Your Cover Image will be used to customize the header of your profile.', 'buddypress' ); ?></p>
    2424
    2525<?php bp_attachments_get_template_part( 'cover-images/index' ); ?>
Note: See TracChangeset for help on using the changeset viewer.