Changeset 4279 for trunk/includes/core/widgets.php
- Timestamp:
- 10/30/2012 08:18:13 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/includes/core/widgets.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/core/widgets.php
r4258 r4279 113 113 <?php if ( !empty( $register ) ) : ?> 114 114 115 <a href="<?php echo esc_url( $register ); ?>" title="<?php _e( 'Register', 'bbpress' ); ?>" class="bbp-register-link"><?php _e( 'Register', 'bbpress' ); ?></a>115 <a href="<?php echo esc_url( $register ); ?>" title="<?php esc_attr_e( 'Register', 'bbpress' ); ?>" class="bbp-register-link"><?php _e( 'Register', 'bbpress' ); ?></a> 116 116 117 117 <?php endif; ?> … … 119 119 <?php if ( !empty( $lostpass ) ) : ?> 120 120 121 <a href="<?php echo esc_url( $lostpass ); ?>" title="<?php _e( 'Lost Password', 'bbpress' ); ?>" class="bbp-lostpass-link"><?php _e( 'Lost Password', 'bbpress' ); ?></a>121 <a href="<?php echo esc_url( $lostpass ); ?>" title="<?php esc_attr_e( 'Lost Password', 'bbpress' ); ?>" class="bbp-lostpass-link"><?php _e( 'Lost Password', 'bbpress' ); ?></a> 122 122 123 123 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.