[bbDev] [1712] trunk: Decouple BP_Options from it's interface in BackPress.

Jason Webster jason at intraffic.net
Wed Sep 17 06:39:38 GMT 2008


Who decides that this is even an issue? Does anyone have any use cases 
where they MUST run bbPress on PHP 4? PHP 5 has been released for 26 
months now.

m at wordpress.org wrote:
>
> Revision
>     1712
> Author
>     sambauers
> Date
>     2008-09-17 05:47:10 +0000 (Wed, 17 Sep 2008)
>
>
>       Log Message
>
> Decouple BP_Options from it's interface in BackPress. Interfaces are PHP5 only... one day... one day...
>
>
>       Modified Paths
>
>     * trunk/bb-includes/class.bp-options.php
>       <#trunkbbincludesclassbpoptionsphp>
>     * trunk/bb-settings.php <#trunkbbsettingsphp>
>
>
>       Diff
>
>
>         Modified: trunk/bb-includes/class.bp-options.php (1711 => 1712)
>
>
> --- trunk/bb-includes/class.bp-options.php	2008-09-17 05:04:58 UTC (rev 1711)
> +++ trunk/bb-includes/class.bp-options.php	2008-09-17 05:47:10 UTC (rev 1712)
> @@ -6,7 +6,7 @@
>   *
>   * @package bbPress
>   **/
> -class BP_Options implements BP_Options_Interface
> +class BP_Options
>  {
>  	function prefix() {
>  		return 'bp_bbpress_';
>
>
>         Modified: trunk/bb-settings.php (1711 => 1712)
>
>
> --- trunk/bb-settings.php	2008-09-17 05:04:58 UTC (rev 1711)
> +++ trunk/bb-settings.php	2008-09-17 05:47:10 UTC (rev 1712)
> @@ -280,7 +280,6 @@
>  /**
>   * Load mapping class for BackPress to store options
>   */
> -require( BACKPRESS_PATH . 'interface.bp-options.php' );
>  require( BB_PATH . BB_INC . 'class.bp-options.php' );
>  
>  
> ------------------------------------------------------------------------
>
> _______________________________________________
> bbDev mailing list
> bbDev at lists.bbpress.org
> http://lists.bbpress.org/mailman/listinfo/bbdev
>   



More information about the bbDev mailing list