Changeset 2538 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments-network/includes/payment-requests-list-table.php
- Timestamp:
- 02/19/2016 08:07:46 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments-network/includes/payment-requests-list-table.php
r2366 r2538 136 136 */ 137 137 public function column_payment( $request ) { 138 $title = empty( $request->post_title ) ? '(no title)' : $request->post_title; 138 139 $edit_post_link = add_query_arg( array( 'post' => $request->ID, 'action' => 'edit' ), admin_url( 'post.php' ) ); 139 140 $actions = array( … … 143 144 return sprintf( '<a href="%s" class="row-title" target="_blank">%s</a>%s', 144 145 esc_url( $edit_post_link ), 145 esc_html( $ request->post_title ),146 esc_html( $title ), 146 147 $this->row_actions( $actions ) 147 148 );
Note: See TracChangeset
for help on using the changeset viewer.