Ticket #5899: edit-h2-action-hook.txt
| File edit-h2-action-hook.txt, 386 bytes (added by nerrad, 10 months ago) |
|---|
| Line | |
|---|---|
| 1 | <?php |
| 2 | // insert AT LINE 80 |
| 3 | do_action('manage_posts_title'); |
| 4 | //replace LINE 80 |
| 5 | $h2_result = '%1$s%2$s%3$s%4$s%5$s%6$s|You can reorder these: 1: Posts, 2: by {s}, 3: matching {s}, 4: in {s}, 5: tagged with {s}, 6: during {s}'; |
| 6 | $h2_result = apply_filters('edit_posts_title', $h2_result); |
| 7 | printf( _c( $h2_result ), $h2_noun, $h2_author, $h2_search, $h2_cat, $h2_tag, $h2_month ); |
| 8 | ?> |
