Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/30/2011 02:00:16 PM (15 years ago)
Author:
djpaul
Message:

Replace all mentions of 1.3 with 1.5 in phpDoc and deprecated function notices. Fixes #3416

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/functions.php

    r4893 r4907  
    5656 *
    5757 * @global object $bp Global BuddyPress settings object
    58  * @since 1.3
     58 * @since 1.5
    5959 */
    6060function bp_dtheme_setup() {
     
    132132 *
    133133 * @see http://codex.wordpress.org/Function_Reference/wp_enqueue_script
    134  * @since 1.3
     134 * @since 1.5
    135135 */
    136136function bp_dtheme_enqueue_scripts() {
     
    164164 *
    165165 * @see http://codex.wordpress.org/Function_Reference/wp_enqueue_style
    166  * @since 1.3
     166 * @since 1.5
    167167 */
    168168function bp_dtheme_enqueue_styles() {
     
    247247 *
    248248 * @see _custom_background_cb()
    249  * @since 1.3
     249 * @since 1.5
    250250 */
    251251function bp_dtheme_custom_background_style() {
     
    337337 * function tied to the init hook.
    338338 *
    339  * @since 1.3
     339 * @since 1.5
    340340 */
    341341function bp_dtheme_widgets_init() {
     
    552552 * @param array Menu arguments from wp_nav_menu()
    553553 * @see wp_nav_menu()
    554  * @since 1.3
     554 * @since 1.5
    555555 */
    556556function bp_dtheme_main_nav( $args ) {
     
    577577 * @param array $args Default values for wp_page_menu()
    578578 * @see wp_page_menu()
    579  * @since 1.3
     579 * @since 1.5
    580580 */
    581581function bp_dtheme_page_menu_args( $args ) {
     
    593593 * @param array $default_labels The default options for strings, fields etc in the form
    594594 * @see comment_form()
    595  * @since 1.3
     595 * @since 1.5
    596596 */
    597597function bp_dtheme_comment_form( $default_labels ) {
     
    631631 *
    632632 * @see comment_form()
    633  * @since 1.3
     633 * @since 1.5
    634634 */
    635635function bp_dtheme_before_comment_form() {
     
    659659 * @see bp_dtheme_before_comment_form()
    660660 * @see comment_form()
    661  * @since 1.3
     661 * @since 1.5
    662662 */
    663663function bp_dtheme_after_comment_form() {
     
    675675 * Adds a hidden "redirect_to" input field to the sidebar login form.
    676676 *
    677  * @since 1.3
     677 * @since 1.5
    678678 */
    679679function bp_dtheme_sidebar_login_redirect_to() {
     
    691691 * @global unknown $wp_query
    692692 * @param string $nav_id DOM ID for this navigation
    693  * @since 1.3
     693 * @since 1.5
    694694 */
    695695function bp_dtheme_content_nav( $nav_id ) {
Note: See TracChangeset for help on using the changeset viewer.