Plugin Directory

Changeset 3443495


Ignore:
Timestamp:
01/20/2026 06:37:42 PM (7 weeks ago)
Author:
wordplus
Message:

2.11.0 minor fix

Location:
bp-better-messages
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • bp-better-messages/tags/2.11.0/views/layout-settings.php

    r3442823 r3443495  
    35913591                                    <tr>
    35923592                                        <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'; ?> />
    35943594                                        </td>
    35953595                                        <th>
  • bp-better-messages/trunk/views/layout-settings.php

    r3442832 r3443495  
    35913591                                    <tr>
    35923592                                        <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'; ?> />
    35943594                                        </td>
    35953595                                        <th>
Note: See TracChangeset for help on using the changeset viewer.