Changeset 6259 for trunk/bp-core/deprecated/1.5.php
- Timestamp:
- 08/18/2012 10:15:09 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/deprecated/1.5.php
r6125 r6259 44 44 * @param int $blog_id optional blog id to test (default current blog) 45 45 * @return bool True if not multisite or $blog_id is main site 46 * @since 1.2.646 * @since BuddyPress (1.2.6) 47 47 */ 48 48 function bp_core_is_main_site( $blog_id = '' ) { … … 74 74 * @deprecated 1.5 75 75 * @deprecated Use add_menu_page(). 76 * @since 1.176 * @since BuddyPress (1.1) 77 77 */ 78 78 function bp_core_add_admin_menu_page( $args = '' ) { … … 252 252 * @deprecated 1.5 253 253 * @deprecated Use wp_title() 254 * @since 1.0254 * @since BuddyPress (1.0) 255 255 */ 256 256 function bp_page_title() { … … 263 263 * @deprecated 1.5 264 264 * @deprecated Use wp_title() 265 * @since 1.0265 * @since BuddyPress (1.0) 266 266 */ 267 267 function bp_get_page_title() { … … 280 280 * @deprecated 1.5 281 281 * @deprecated Use wp_logout_url() 282 * @since 1.0282 * @since BuddyPress (1.0) 283 283 */ 284 284 function bp_log_out_link() { … … 441 441 * @return string 442 442 * @see wp_dropdown_pages() 443 * @since 1.2443 * @since BuddyPress (1.2) 444 444 */ 445 445 function bp_dtheme_wp_pages_filter( $page_html ) { … … 459 459 * @param $string $oldvalue New value of get_option( 'page_on_front' ) 460 460 * @return string 461 * @since 1.2461 * @since BuddyPress (1.2) 462 462 */ 463 463 function bp_dtheme_page_on_front_update( $oldvalue, $newvalue ) { … … 479 479 * @param string $template Absolute path to the page template 480 480 * @return string 481 * @since 1.2481 * @since BuddyPress (1.2) 482 482 */ 483 483 function bp_dtheme_page_on_front_template( $template ) { … … 494 494 * @deprecated 1.5 495 495 * @deprecated No longer required. 496 * @since 1.2496 * @since BuddyPress (1.2) 497 497 */ 498 498 function bp_dtheme_fix_get_posts_on_activity_front() { … … 510 510 * @param array $posts Posts as retrieved by WP_Query 511 511 * @return array 512 * @since 1.2.5512 * @since BuddyPress (1.2.5) 513 513 */ 514 514 function bp_dtheme_fix_the_posts_on_activity_front( $posts ) { … … 525 525 * @deprecated 1.5 526 526 * @deprecated Enqueue the comment-reply script in your theme's header.php. 527 * @since 1.2527 * @since BuddyPress (1.2) 528 528 */ 529 529 function bp_dtheme_add_blog_comments_js() {
Note: See TracChangeset
for help on using the changeset viewer.