Changeset 3443495
- Timestamp:
- 01/20/2026 06:37:42 PM (7 weeks ago)
- Location:
- bp-better-messages
- Files:
-
- 2 edited
-
tags/2.11.0/views/layout-settings.php (modified) (1 diff)
-
trunk/views/layout-settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
bp-better-messages/tags/2.11.0/views/layout-settings.php
r3442823 r3443495 3591 3591 <tr> 3592 3592 <td> 3593 <input name="peepsoProfileAudioCall" type="checkbox" <?php checked( $this->settings[ 'peepsoProfileAudioCal l' ], '1' ); ?> value="1" <?php if( ! Better_Messages()->functions->can_use_premium_code() || ! bpbm_fs()->is_premium() ) echo 'disabled'; ?> />3593 <input name="peepsoProfileAudioCall" type="checkbox" <?php checked( $this->settings[ 'peepsoProfileAudioCall' ], '1' ); ?> value="1" <?php if( ! Better_Messages()->functions->can_use_premium_code() || ! bpbm_fs()->is_premium() ) echo 'disabled'; ?> /> 3594 3594 </td> 3595 3595 <th> -
bp-better-messages/trunk/views/layout-settings.php
r3442832 r3443495 3591 3591 <tr> 3592 3592 <td> 3593 <input name="peepsoProfileAudioCall" type="checkbox" <?php checked( $this->settings[ 'peepsoProfileAudioCal l' ], '1' ); ?> value="1" <?php if( ! Better_Messages()->functions->can_use_premium_code() || ! bpbm_fs()->is_premium() ) echo 'disabled'; ?> />3593 <input name="peepsoProfileAudioCall" type="checkbox" <?php checked( $this->settings[ 'peepsoProfileAudioCall' ], '1' ); ?> value="1" <?php if( ! Better_Messages()->functions->can_use_premium_code() || ! bpbm_fs()->is_premium() ) echo 'disabled'; ?> /> 3594 3594 </td> 3595 3595 <th>
Note: See TracChangeset
for help on using the changeset viewer.