Changes between Version 1 and Version 2 of Ticket #3992
- Timestamp:
- 02/10/2012 02:21:42 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3992 – Description
v1 v2 5 5 nacin has offered to help set up bumpbot for BP. Before we can move forward, we have to regularize our version strings. We're currently using date strings like '20120210', at least in bp-default's main css/js files. WP's opted to use $wp_version throughout (removing manual version specifications when registering scripts, thereby falling back on $wp_version; see http://core.trac.wordpress.org/changeset/19621). 6 6 7 nacin reasonably suggests that we do something similar. Switch our js/css version number to $bp->version, and have the bumpbot autoincrement it here http://buddypress.trac.wordpress.org/browser/trunk/bp-loader.php#L55 7 nacin reasonably suggests that we do something similar. Switch our js/css version number to $bp->version, and have the bumpbot autoincrement it here http://buddypress.trac.wordpress.org/browser/trunk/bp-loader.php#L55. We'll have to pass our version manually to wp_register_script(), of course. 8 8 9 9 No time at the moment to write a patch, but I can look at it later. Any objections?