Changeset 2248394
- Timestamp:
- 02/21/2020 07:26:17 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bbp-topic-and-reply-author-override/trunk/bbp-topic-and-reply-author-override.php
r2058663 r2248394 2 2 /** 3 3 * Plugin Name: bbPress Topic and Reply Author Override 4 * Version: 1. 0.14 * Version: 1.1 5 5 * Plugin URI: http://wordpress.org/plugins/bbp-topic-and-reply-author-override 6 6 * Description: A qucik way to override bbPress topic and reply author … … 78 78 wp_nonce_field( 'custom_nonce_action', 'custom_nonce' ); 79 79 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; 81 83 82 84 if (is_admin() && $this->is_edit_page('new')){
Note: See TracChangeset
for help on using the changeset viewer.