mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-16 23:00:21 +00:00
Trailing whitespace cleanup
git-svn-id: https://develop.svn.wordpress.org/trunk@12733 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
+10
-10
@@ -958,10 +958,10 @@ function postbox_classes( $id, $page ) {
|
||||
*
|
||||
* @since unknown
|
||||
*
|
||||
* @param int|object $id Post ID or post object.
|
||||
* @param string $title (optional) Title
|
||||
* @param string $name (optional) Name
|
||||
* @return array With two entries of type string
|
||||
* @param int|object $id Post ID or post object.
|
||||
* @param string $title (optional) Title
|
||||
* @param string $name (optional) Name
|
||||
* @return array With two entries of type string
|
||||
*/
|
||||
function get_sample_permalink($id, $title = null, $name = null) {
|
||||
$post = &get_post($id);
|
||||
@@ -1015,13 +1015,13 @@ function get_sample_permalink($id, $title = null, $name = null) {
|
||||
* sample permalink html
|
||||
*
|
||||
* intended to be used for the inplace editor of the permalink post slug on in the post (and page?) editor.
|
||||
*
|
||||
*
|
||||
* @since unknown
|
||||
*
|
||||
* @param int|object $id Post ID or post object.
|
||||
* @param string $new_title (optional) New title
|
||||
* @param string $new_slug (optional) New slug
|
||||
* @return string intended to be used for the inplace editor of the permalink post slug on in the post (and page?) editor.
|
||||
* @param int|object $id Post ID or post object.
|
||||
* @param string $new_title (optional) New title
|
||||
* @param string $new_slug (optional) New slug
|
||||
* @return string intended to be used for the inplace editor of the permalink post slug on in the post (and page?) editor.
|
||||
*/
|
||||
function get_sample_permalink_html( $id, $new_title = null, $new_slug = null ) {
|
||||
$post = &get_post($id);
|
||||
@@ -1185,7 +1185,7 @@ function _admin_notice_post_locked() {
|
||||
*
|
||||
* @uses _wp_translate_postdata()
|
||||
* @uses _wp_post_revision_fields()
|
||||
*
|
||||
*
|
||||
* @return unknown
|
||||
*/
|
||||
function wp_create_post_autosave( $post_id ) {
|
||||
|
||||
Reference in New Issue
Block a user