- Timestamp:
- 06/01/2024 04:59:14 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/classes/class-bp-xprofile-field.php
r13878 r13882 1581 1581 * 1582 1582 * @since 2.4.0 1583 *1584 * @return void If default field or if the field does not support the feature.1585 1583 */ 1586 1584 private function member_type_metabox() { … … 1636 1634 * 1637 1635 * @since 2.3.0 1638 *1639 * @return void If default field or if the field does not support the feature.1640 1636 */ 1641 1637 private function visibility_metabox() { … … 1685 1681 * 1686 1682 * @since 2.3.0 1687 *1688 * @return void If default field or if the field does not support the feature.1689 1683 */ 1690 1684 private function required_metabox() { … … 1712 1706 * 1713 1707 * @since 2.5.0 1714 *1715 * @return void If the field does not support the feature.1716 1708 */ 1717 1709 private function autolink_metabox() { … … 1747 1739 * 1748 1740 * @since 2.3.0 1749 *1750 * @return void If default field.1751 1741 */ 1752 1742 private function type_metabox() { … … 1790 1780 * 1791 1781 * @since 8.0.0 1792 *1793 * @return void If default field or if the field does not support the feature.1794 1782 */ 1795 1783 private function signup_position_metabox() { … … 1830 1818 * 1831 1819 * @since 2.3.0 1832 *1833 * @return void If not default field.1834 1820 */ 1835 1821 private function default_field_hidden_inputs() {
Note: See TracChangeset
for help on using the changeset viewer.