Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/05/2016 10:11:21 PM (8 years ago)
Author:
slaffik
Message:

Standardize front and back end verbiage.

Use "back end" as a noun, "back-end" as an adjective for better conformity with WordPress best practices. Same for "front end" and "front-end".

Props netweb.
Fixes #7289.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-blogs/bp-blogs-activity.php

    r11256 r11268  
    833833    //
    834834    // @todo since this is done after AJAX posting, the activity comment permalink
    835     // doesn't change on the frontend until the next page refresh.
     835    // doesn't change on the front end until the next page refresh.
    836836    $resave_activity = new BP_Activity_Activity( $comment_id );
    837837    $resave_activity->primary_link = get_comment_link( $post_comment_id );
Note: See TracChangeset for help on using the changeset viewer.