Skip to:
Content

BuddyPress.org

Changeset 10141


Ignore:
Timestamp:
09/25/2015 02:01:55 AM (9 years ago)
Author:
tw2113
Message:

Adding CSS/JS files that were skipped on first pass, getting some missed spots in php files.

See #6576.

Location:
trunk/src
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-activity/admin/js/admin.js

    r9819 r10141  
    55 * Activity reply object for the activity index screen
    66 *
    7  * @since BuddyPress (1.6)
     7 * @since 1.6.0
    88 */
    99var activityReply = {
     
    1212     * Attach event handler functions to the relevant elements.
    1313     *
    14      * @since BuddyPress (1.6)
     14     * @since 1.6.0
    1515     */
    1616    init : function() {
     
    3030     * Reveals the entire row when "reply" is pressed.
    3131     *
    32      * @since BuddyPress (1.6)
     32     * @since 1.6.0
    3333     */
    3434    open : function() {
     
    4747     * Hide and reset the entire row when "cancel", or escape, are pressed.
    4848     *
    49      * @since BuddyPress (1.6)
     49     * @since 1.6.0
    5050     */
    5151    close : function() {
     
    6767     * Submits "form" via AJAX back to WordPress.
    6868     *
    69      * @since BuddyPress (1.6)
     69     * @since 1.6.0
    7070     */
    7171    send : function() {
     
    101101     * send() error message handler
    102102     *
    103      * @since BuddyPress (1.6)
     103     * @since 1.6.0
    104104     */
    105105    error : function( r ) {
     
    119119     * send() success handler
    120120     *
    121      * @since BuddyPress (1.6)
     121     * @since 1.6.0
    122122     */
    123123    show : function ( xml ) {
  • trunk/src/bp-activity/js/mentions.js

    r10054 r10141  
    1818     *
    1919     * @param {array|object} options If array, becomes the suggestions' data source. If object, passed as config to $.atwho().
    20      * @since BuddyPress (2.1.0)
     20     * @since 2.1.0
    2121     */
    2222    $.fn.bp_mentions = function( options ) {
     
    4545                 * @param {string} search_key
    4646                 * @return {array}
    47                  * @since BuddyPress (2.1.0)
     47                 * @since 2.1.0
    4848                 */
    4949                filter: function( query, data, search_key ) {
     
    6868                 * @param {string} query
    6969                 * @return {string}
    70                  * @since BuddyPress (2.1.0)
     70                 * @since 2.1.0
    7171                 */
    7272                highlighter: function( li, query ) {
     
    8585                 *
    8686                 * @param {unknown} offset
    87                  * @since BuddyPress (2.1.0)
     87                 * @since 2.1.0
    8888                 */
    8989                before_reposition: function( offset ) {
     
    142142                 * @param {string) suffix Applied to the end of the content string.
    143143                 * @return {string}
    144                  * @since BuddyPress (2.1.0)
     144                 * @since 2.1.0
    145145                 */
    146146                inserting_wrapper: function( $inputor, content, suffix ) {
     
    160160                 * @param {string} query Partial @mention to search for.
    161161                 * @param {function} render_view Render page callback function.
    162                  * @since BuddyPress (2.1.0)
     162                 * @since 2.1.0
    163163                 */
    164164                remote_filter: function( query, render_view ) {
     
    187187                         *
    188188                         * @param {object} response Details of users matching the query.
    189                          * @since BuddyPress (2.1.0)
     189                         * @since 2.1.0
    190190                         */
    191191                        .done(function( response ) {
     
    201201                                 * @param {array} suggestion A suggestion's original data.
    202202                                 * @return {array} A suggestion's new data.
    203                                  * @since BuddyPress (2.1.0)
     203                                 * @since 2.1.0
    204204                                 */
    205205                                function( suggestion ) {
     
    222222                 * @param {array} suggestion A suggestion's original data.
    223223                 * @return {array} A suggestion's new data.
    224                  * @since BuddyPress (2.1.0)
     224                 * @since 2.1.0
    225225                 */
    226226                function( suggestion ) {
  • trunk/src/bp-core/admin/css/common-rtl.css

    r10063 r10141  
    22 * CSS that is always loaded when in wp-admin
    33 *
    4  * @since BuddyPress (1.6)
     4 * @since 1.6.0
    55 */
    66
     
    3838}
    3939
    40 .about-wrap .feature-list.finer-points h4, 
     40.about-wrap .feature-list.finer-points h4,
    4141.about-wrap .feature-list.finer-points p {
    4242    margin-right: 115px;
     
    6161      text-align: center;
    6262    }
    63     .about-wrap .feature-list.finer-points h4, 
     63    .about-wrap .feature-list.finer-points h4,
    6464    .about-wrap .feature-list.finer-points p {
    6565        margin-right: 90px;
     
    468468        top: auto;
    469469        left: auto;
    470     } 
     470    }
    471471}
    472472
  • trunk/src/bp-core/admin/css/common.css

    r10063 r10141  
    22 * CSS that is always loaded when in wp-admin
    33 *
    4  * @since BuddyPress (1.6)
     4 * @since 1.6.0
    55 */
    66
     
    3838}
    3939
    40 .about-wrap .feature-list.finer-points h4, 
     40.about-wrap .feature-list.finer-points h4,
    4141.about-wrap .feature-list.finer-points p {
    4242    margin-left: 115px;
     
    6161      text-align: center;
    6262    }
    63     .about-wrap .feature-list.finer-points h4, 
     63    .about-wrap .feature-list.finer-points h4,
    6464    .about-wrap .feature-list.finer-points p {
    6565        margin-left: 90px;
     
    468468        top: auto;
    469469        right: auto;
    470     } 
     470    }
    471471}
    472472
  • trunk/src/bp-messages/bp-messages-star.php

    r10139 r10141  
    33 * Functions related to starring private messages.
    44 *
    5  * @since BuddyPress (2.3.0)
     5 * @since 2.3.0
    66 *
    77 * @package BuddyPress
  • trunk/src/bp-notifications/classes/class-bp-notifications-notification.php

    r10138 r10141  
    586586     * Parse notifications query arguments.
    587587     *
    588      * @since BuddyPress 2.3.0
     588     * @since 2.3.0
    589589     *
    590590     * @param  mixed $args
  • trunk/src/bp-xprofile/admin/js/admin.js

    r10022 r10141  
    100100 * @summary Toggles "no member type" notice.
    101101 *
    102  * @since BuddyPress (2.4.0)
     102 * @since 2.4.0
    103103 */
    104104function toggle_no_member_type_notice() {
Note: See TracChangeset for help on using the changeset viewer.