Changeset 1980
- Timestamp:
- 09/28/2009 09:20:40 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-templatetags.php
r1935 r1980 115 115 global $bp, $activities_template; 116 116 117 /* Note: any params used for filtering can be a single value, or multiple values comma sep erated. */117 /* Note: any params used for filtering can be a single value, or multiple values comma separated. */ 118 118 119 119 $defaults = array( -
trunk/bp-core.php
r1960 r1980 8 8 * It is important to use plugins_url() core function to obtain 9 9 * the correct scheme used (http or https). 10 */ 10 */ 11 11 define( 'BP_PLUGIN_DIR', WP_PLUGIN_DIR . '/buddypress' ); 12 12 define( 'BP_PLUGIN_URL', plugins_url( $path = '/buddypress' ) ); -
trunk/bp-core/bp-core-catchuri.php
r1930 r1980 51 51 if ( $noget != '' ) $path = $noget; 52 52 53 /* Fetch the current URI and explode each part sep erated by '/' into an array */53 /* Fetch the current URI and explode each part separated by '/' into an array */ 54 54 $bp_uri = explode( "/", $path ); 55 55 -
trunk/bp-themes/bp-sn-parent/groups/single/forum/index.php
r1954 r1980 82 82 <textarea name="topic_text" id="topic_text"></textarea> 83 83 84 <label><?php _e( 'Tags (comma sep erated):', 'buddypress' ) ?></label>84 <label><?php _e( 'Tags (comma separated):', 'buddypress' ) ?></label> 85 85 <input type="text" name="topic_tags" id="topic_tags" value="" /> 86 86
Note: See TracChangeset
for help on using the changeset viewer.