Make WordPress Core

Changeset 33482


Ignore:
Timestamp:
07/29/2015 08:43:06 AM (10 years ago)
Author:
iseulde
Message:

Press This: correct link on the post screens

Props rabmalin.
Fixes #33169.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/edit-form-advanced.php

    r33271 r33482  
    320320
    321321    get_current_screen()->set_help_sidebar(
    322             '<p>' . sprintf(__('You can also create posts with the <a href="%s">Press This bookmarklet</a>.'), 'options-writing.php') . '</p>' .
     322            '<p>' . sprintf(__('You can also create posts with the <a href="%s">Press This bookmarklet</a>.'), 'tools.php') . '</p>' .
    323323            '<p><strong>' . __('For more information:') . '</strong></p>' .
    324324            '<p>' . __('<a href="https://codex.wordpress.org/Posts_Add_New_Screen" target="_blank">Documentation on Writing and Editing Posts</a>') . '</p>' .
Note: See TracChangeset for help on using the changeset viewer.