Skip to:
Content
Pages
Categories
Search
Top
Bottom

Design the bb_post_admin


  • meitershaker
    Member

    @meitershaker

    Hi,

    i would like to add icons at the function bb_post_admin in post;php

    i see that is template-functions. but how to add this within edit the core files?

    example, add icon at:

    1401 function bb_get_post_edit_link( $post_id = 0 ) {

    1402 $bb_post = bb_get_post( get_post_id( $post_id ) );

    1403 if ( bb_current_user_can( 'edit_post', $bb_post->post_id ) ) {

    1404 $uri = bb_get_uri('edit.php', array('id' => $bb_post->post_id));

    1405 $r = "post_id ) ) . "'>". __('Edit') ."";

    1406 return apply_filters('bb_get_post_edit_link', $r, get_post_id( $post_id ) );

    1407 }

    1408 }

    in $r

    thanks,

    bye!

Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.
Skip to toolbar