[buddypress-trac] [BuddyPress Trac] #7196: Prevent BP from being updated when minimum requirements are not met

buddypress-trac noreply at wordpress.org
Sat Sep 17 20:25:38 UTC 2016


#7196: Prevent BP from being updated when minimum requirements are not met
-----------------------------------+------------------
 Reporter:  boonebgorges           |       Owner:
     Type:  enhancement            |      Status:  new
 Priority:  normal                 |   Milestone:  2.7
Component:  Core                   |     Version:
 Severity:  normal                 |  Resolution:
 Keywords:  2nd-opinion has-patch  |
-----------------------------------+------------------

Comment (by r-a-y):

 `02.patch` disables bulk activation in two ways:
 1. For older WordPress installs that do not support Shiny Updates -
 `bp_core_admin_disable_bulk_activate()`
 2. For WordPress installs that support Shiny Updates -
 `bp_core_admin_disable_shiny_bulk_update()`

 To show the notice:
 - In `bp_core_admin_is_running_php53_or_greater()`, I bumped the PHP
 requirement function to PHP7.
 - In `bp_core_admin_php52_plugin_row()`, I commented out the BP 2.8 check.

 The notice also needs better styling for older versions of WordPress.
 I'll look into this a bit later on.

--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/7196#comment:7>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac


More information about the buddypress-trac mailing list