Skip to:
Content

bbPress.org

Changeset 4824


Ignore:
Timestamp:
03/26/2013 01:31:12 AM (13 years ago)
Author:
johnjamesjacoby
Message:

s/wordpress/WordPress. Props fanquake. Fixes #2265.

Location:
trunk/includes/admin
Files:
8 edited

Legend:

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

    r4770 r4824  
    384384                    } else {
    385385                        update_option( '_bbp_converter_start', $max + 1 );
    386                         $this->converter_output( sprintf( __( 'Delete users wordpress default passwords (%1$s - %2$s)', 'bbpress' ), $min, $max ) );
     386                        $this->converter_output( sprintf( __( 'Delete users WordPress default passwords (%1$s - %2$s)', 'bbpress' ), $min, $max ) );
    387387                    }
    388388                } else {
     
    530530
    531531    /**
    532      * @var object This is the connection to the wordpress datbase.
     532     * @var object This is the connection to the WordPress datbase.
    533533     */
    534534    protected $wpdb;
  • trunk/includes/admin/converters/Example.php

    r3966 r4824  
    313313     * This method is to save the salt and password together.  That
    314314     * way when we authenticate it we can get it out of the database
    315      * as one value. Array values are auto sanitized by wordpress.
     315     * as one value. Array values are auto sanitized by WordPress.
    316316     */
    317317    public function callback_savepass( $field, $row )
  • trunk/includes/admin/converters/Invision.php

    r4725 r4824  
    507507     * This method is to save the salt and password together.  That
    508508     * way when we authenticate it we can get it out of the database
    509      * as one value. Array values are auto sanitized by wordpress.
     509     * as one value. Array values are auto sanitized by WordPress.
    510510     */
    511511    public function callback_savepass( $field, $row ) {
  • trunk/includes/admin/converters/Mingle.php

    r4733 r4824  
    407407     * This method is to save the salt and password together. That
    408408     * way when we authenticate it we can get it out of the database
    409      * as one value. Array values are auto sanitized by wordpress.
     409     * as one value. Array values are auto sanitized by WordPress.
    410410     */
    411411    public function callback_savepass( $field, $row ) {
  • trunk/includes/admin/converters/SimplePress5.php

    r4728 r4824  
    441441     * This method is to save the salt and password together. That
    442442     * way when we authenticate it we can get it out of the database
    443      * as one value. Array values are auto sanitized by wordpress.
     443     * as one value. Array values are auto sanitized by WordPress.
    444444     */
    445445    public function callback_savepass( $field, $row ) {
  • trunk/includes/admin/converters/Vanilla.php

    r4733 r4824  
    519519     * This method is to save the salt and password together. That
    520520     * way when we authenticate it we can get it out of the database
    521      * as one value. Array values are auto sanitized by wordpress.
     521     * as one value. Array values are auto sanitized by WordPress.
    522522     */
    523523    public function callback_savepass( $field, $row ) {
  • trunk/includes/admin/converters/bbPress1.php

    r4743 r4824  
    546546     * This method is to save the salt and password together. That
    547547     * way when we authenticate it we can get it out of the database
    548      * as one value. Array values are auto sanitized by wordpress.
     548     * as one value. Array values are auto sanitized by WordPress.
    549549     */
    550550    public function callback_savepass( $field, $row ) {
  • trunk/includes/admin/converters/vBulletin.php

    r4730 r4824  
    495495     * This method is to save the salt and password together.  That
    496496     * way when we authenticate it we can get it out of the database
    497      * as one value. Array values are auto sanitized by wordpress.
     497     * as one value. Array values are auto sanitized by WordPress.
    498498     */
    499499    public function callback_savepass( $field, $row ) {
Note: See TracChangeset for help on using the changeset viewer.