WordPress/wp-includes
Scott Taylor 56d6682461 In edit-form-advanced.php:
* `get_permalink( $post_ID )` can return `false`, set it to a variable and check it
* Using the variable allows us to replace 11 separate calls to `get_permalink( $post_ID )` in the file
* These notices were triggered by the potential for `false` to be passed to `esc_url()`

See #30799.

Built from https://develop.svn.wordpress.org/trunk@31131


git-svn-id: http://core.svn.wordpress.org/trunk@31112 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2015-01-10 21:21:22 +00:00
..
2014-09-11 19:07:17 +00:00
2014-11-25 06:12:22 +00:00
2015-01-08 06:02:24 +00:00
2014-11-30 23:24:25 +00:00
2014-11-30 22:56:25 +00:00
2015-01-08 06:26:23 +00:00
2013-10-30 14:39:10 +00:00
2015-01-10 21:21:22 +00:00
2015-01-08 05:03:23 +00:00