Skip to:
Content

bbPress.org

Changeset 4369


Ignore:
Timestamp:
11/09/2012 11:30:26 AM (14 years ago)
Author:
johnjamesjacoby
Message:

Replace instances of 'bbPress' string output with 'Forums' in admin settings.

Location:
trunk/includes/admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/admin/admin.php

    r4359 r4369  
    12291229         * @since bbPress (r4315)
    12301230         *
    1231          * @param array $sections bbPress settings sections
     1231         * @param array $sections Forums settings sections
    12321232         * @return array
    12331233         */
  • trunk/includes/admin/settings.php

    r4352 r4369  
    1414
    1515/**
    16  * Get the bbPress settings sections.
     16 * Get the Forums settings sections.
    1717 *
    1818 * @since bbPress (r4001)
     
    991991                <?php screen_icon(); ?>
    992992
    993                 <h2><?php _e( 'bbPress Settings', 'bbpress' ) ?></h2>
     993                <h2><?php _e( 'Forums Settings', 'bbpress' ) ?></h2>
    994994
    995995                <form action="options.php" method="post">
     
    12661266
    12671267/**
    1268  * Contextual help for bbPress settings page
     1268 * Contextual help for Forums settings page
    12691269 *
    12701270 * @since bbPress (r3119)
     
    12831283                'id'      => 'overview',
    12841284                'title'   => __( 'Overview', 'bbpress' ),
    1285                 'content' => '<p>' . __( 'This screen provides access to all of the bbPress settings.',                         'bbpress' ) . '</p>' .
     1285                'content' => '<p>' . __( 'This screen provides access to all of the Forums settings.',                          'bbpress' ) . '</p>' .
    12861286                                         '<p>' . __( 'Please see the additional help tabs for more information on each indiviual section.', 'bbpress' ) . '</p>'
    12871287        ) );
Note: See TracChangeset for help on using the changeset viewer.