Plugin Directory

Changeset 2248394


Ignore:
Timestamp:
02/21/2020 07:26:17 PM (6 years ago)
Author:
raviry
Message:

author update code changed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bbp-topic-and-reply-author-override/trunk/bbp-topic-and-reply-author-override.php

    r2058663 r2248394  
    22/**
    33* Plugin Name: bbPress Topic and Reply Author Override
    4 * Version: 1.0.1
     4* Version: 1.1
    55* Plugin URI:  http://wordpress.org/plugins/bbp-topic-and-reply-author-override
    66* Description: A qucik way to override bbPress topic and reply author
     
    7878        wp_nonce_field( 'custom_nonce_action', 'custom_nonce' );
    7979
    80         $post_author_override = get_post_meta($post->ID, 'post_author_override', true);
     80        $post_author_override = $post->post_author;
     81        //$post_author_override = get_post_meta($post->ID, 'post_author_override', true);
     82        //echo $post_author_override;
    8183
    8284        if (is_admin() && $this->is_edit_page('new')){
Note: See TracChangeset for help on using the changeset viewer.