Changeset 11904 for trunk/src/bp-core/bp-core-attachments.php
- Timestamp:
- 03/19/2018 10:24:08 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-attachments.php
r11879 r11904 19 19 * 20 20 * @since 2.3.0 21 * 22 * @return bool True if WordPress is 3.9+, false otherwise. 21 * @since 3.0.0 We now require WP >= 4.5, so this is always true. 22 * 23 * @return bool Always true. 23 24 */ 24 25 function bp_attachments_is_wp_version_supported() { 25 return (bool) version_compare( bp_get_major_wp_version(), '3.9', '>=' );26 return true; 26 27 } 27 28
Note: See TracChangeset
for help on using the changeset viewer.